Skip to content

Commit

Permalink
trying to add back compilation with some 'exotic' (arm64) architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Apr 12, 2024
1 parent d8fba7c commit 363746a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ jobs:
uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_PLATFORM: "${{ matrix.runner.cibuildwheel}}"
CIBW_BUILD: "${{ env.python.name}}-*"
CIBW_BUILD: "${{ matrix.python.name}}-*"
CIBW_ARCHS_LINUX: aarch64
CIBW_ARCHS_MACOS: arm64
CIBW_ARCHS_WINDOWS: arm64
Expand Down

0 comments on commit 363746a

Please sign in to comment.