Skip to content

Commit

Permalink
Drop windows 32 bit wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Feb 11, 2024
1 parent e26771b commit 50dc4d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_ARCHS_LINUX: "x86_64 aarch64"
CIBW_ARCHS_WINDOWS: "AMD64"

- name: Verify clean directory
run: git diff --exit-code
Expand Down

0 comments on commit 50dc4d1

Please sign in to comment.