Skip to content

Commit

Permalink
[WIP] Tweaking CI for building wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Sep 25, 2023
1 parent fe90cf4 commit ceff443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
contents: write
env:
CIBW_BUILD: ${{ matrix.cibw_build }}
#CIBW_ARCHS_LINUX: "x86_64 aarch64"
CIBW_ARCHS_LINUX: "x86_64 aarch64"
CIBW_ARCHS_MACOS: "x86_64 arm64"
strategy:
matrix:
Expand Down

0 comments on commit ceff443

Please sign in to comment.