From ff4154c2bdb2714a71058c6e73eb9e345ae7575e Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 11 Jun 2024 16:09:00 +1000 Subject: [PATCH] Forgot to distribution Windows 32 bit IfcOpenShell-Python --- .github/workflows/ci-ifcopenshell-python-pypi.yml | 8 ++++---- .github/workflows/ci-ifcopenshell-python.yml | 12 ++++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-ifcopenshell-python-pypi.yml b/.github/workflows/ci-ifcopenshell-python-pypi.yml index 933167bbf3..6a87361157 100644 --- a/.github/workflows/ci-ifcopenshell-python-pypi.yml +++ b/.github/workflows/ci-ifcopenshell-python-pypi.yml @@ -27,19 +27,19 @@ jobs: pyver: [py39, py310, py311, py312] config: - { - name: "Windows Build", + name: "Windows 64bit", short_name: win64, } - { - name: "Linux Build", + name: "Linux 64bit", short_name: linux64 } - { - name: "MacOS Build", + name: "MacOS Intel 64bit", short_name: macos64 } - { - name: "MacOS ARM Build", + name: "MacOS Silicon 64bit", short_name: macosm164 } steps: diff --git a/.github/workflows/ci-ifcopenshell-python.yml b/.github/workflows/ci-ifcopenshell-python.yml index 33e6363b12..b99dae0f28 100644 --- a/.github/workflows/ci-ifcopenshell-python.yml +++ b/.github/workflows/ci-ifcopenshell-python.yml @@ -22,19 +22,23 @@ jobs: pyver: [py39, py310, py311, py312] config: - { - name: "Windows Build", + name: "Windows 64bit", short_name: win64, } - { - name: "Linux Build", + name: "Windows 32bit", + short_name: win32, + } + - { + name: "Linux 64bit", short_name: linux64 } - { - name: "MacOS Build", + name: "MacOS Intel 64bit", short_name: macos64 } - { - name: "MacOS ARM Build", + name: "MacOS Silicon 64bit", short_name: macosm164 } steps: