Skip to content

Commit ff4154c

Browse files
committed
Forgot to distribution Windows 32 bit IfcOpenShell-Python
1 parent d7e4977 commit ff4154c

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

.github/workflows/ci-ifcopenshell-python-pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ jobs:
2727
pyver: [py39, py310, py311, py312]
2828
config:
2929
- {
30-
name: "Windows Build",
30+
name: "Windows 64bit",
3131
short_name: win64,
3232
}
3333
- {
34-
name: "Linux Build",
34+
name: "Linux 64bit",
3535
short_name: linux64
3636
}
3737
- {
38-
name: "MacOS Build",
38+
name: "MacOS Intel 64bit",
3939
short_name: macos64
4040
}
4141
- {
42-
name: "MacOS ARM Build",
42+
name: "MacOS Silicon 64bit",
4343
short_name: macosm164
4444
}
4545
steps:

.github/workflows/ci-ifcopenshell-python.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,23 @@ jobs:
2222
pyver: [py39, py310, py311, py312]
2323
config:
2424
- {
25-
name: "Windows Build",
25+
name: "Windows 64bit",
2626
short_name: win64,
2727
}
2828
- {
29-
name: "Linux Build",
29+
name: "Windows 32bit",
30+
short_name: win32,
31+
}
32+
- {
33+
name: "Linux 64bit",
3034
short_name: linux64
3135
}
3236
- {
33-
name: "MacOS Build",
37+
name: "MacOS Intel 64bit",
3438
short_name: macos64
3539
}
3640
- {
37-
name: "MacOS ARM Build",
41+
name: "MacOS Silicon 64bit",
3842
short_name: macosm164
3943
}
4044
steps:

0 commit comments

Comments
 (0)