Skip to content

Commit

Permalink
ignore32
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 13, 2023
1 parent 5e50f3f commit 8595e10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
submodules: true
- name: Build wheels
uses: pypa/cibuildwheel@v2
#env:
# CIBW_ARCHS_MACOS: x86_64 arm64
env:
CIBW_ARCHS_LINUX: "x86_64"
#CIBW_ARCHS_MACOS: x86_64 arm64
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl

0 comments on commit 8595e10

Please sign in to comment.