mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
Forgot to distribution Windows 32 bit IfcOpenShell-Python
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user