Forgot to distribution Windows 32 bit IfcOpenShell-Python

This commit is contained in:
Dion Moult
2024-06-11 16:09:00 +10:00
parent d7e497727c
commit ff4154c2bd
2 changed files with 12 additions and 8 deletions
@@ -27,19 +27,19 @@ jobs:
pyver: [py39, py310, py311, py312] pyver: [py39, py310, py311, py312]
config: config:
- { - {
name: "Windows Build", name: "Windows 64bit",
short_name: win64, short_name: win64,
} }
- { - {
name: "Linux Build", name: "Linux 64bit",
short_name: linux64 short_name: linux64
} }
- { - {
name: "MacOS Build", name: "MacOS Intel 64bit",
short_name: macos64 short_name: macos64
} }
- { - {
name: "MacOS ARM Build", name: "MacOS Silicon 64bit",
short_name: macosm164 short_name: macosm164
} }
steps: steps:
+8 -4
View File
@@ -22,19 +22,23 @@ jobs:
pyver: [py39, py310, py311, py312] pyver: [py39, py310, py311, py312]
config: config:
- { - {
name: "Windows Build", name: "Windows 64bit",
short_name: win64, short_name: win64,
} }
- { - {
name: "Linux Build", name: "Windows 32bit",
short_name: win32,
}
- {
name: "Linux 64bit",
short_name: linux64 short_name: linux64
} }
- { - {
name: "MacOS Build", name: "MacOS Intel 64bit",
short_name: macos64 short_name: macos64
} }
- { - {
name: "MacOS ARM Build", name: "MacOS Silicon 64bit",
short_name: macosm164 short_name: macosm164
} }
steps: steps: