Skip to content

Commit

Permalink
ci: restore Windows 32-bit wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Oct 3, 2024
1 parent ee5865a commit 335995d
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- os: windows-latest
arch: auto32
build: "cp{38,39}-"
build: "cp"

steps:
- uses: actions/checkout@v4
Expand All @@ -114,13 +114,7 @@ jobs:
package-dir: awkward-cpp

- name: Check metadata
shell: python
run: |
import subprocess, glob
subprocess.run(
["pipx", "run", "twine", "check", *glob.glob("wheelhouse/*.whl")],
check=True
)
run: pipx run twine check wheelhouse/*.whl

- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -166,13 +160,7 @@ jobs:
package-dir: awkward-cpp

- name: Check metadata
shell: python
run: |
import subprocess, glob
subprocess.run(
["pipx", "run", "twine", "check", *glob.glob("wheelhouse/*.whl")],
check=True
)
run: pipx run twine check wheelhouse/*.whl

- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 335995d

Please sign in to comment.