Skip to content

Commit

Permalink
[WIP] Tweaking CI for building wheels
Browse files Browse the repository at this point in the history
FrancescAlted committed Sep 25, 2023
1 parent 023d074 commit fe90cf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -20,13 +20,13 @@ jobs:
contents: write
env:
CIBW_BUILD: ${{ matrix.cibw_build }}
CIBW_ARCHS_LINUX: "x86_64 arm64"
#CIBW_ARCHS_LINUX: "x86_64 aarch64"
CIBW_ARCHS_MACOS: "x86_64 arm64"
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [auto64]
# arch: [x86_64, aarch64]
# arch: [auto64]
arch: [x86_64, aarch64]
cibw_build: ["cp3{9,10,11,12}-*"]
p_ver: ["3.9-3.12"]
exclude:

0 comments on commit fe90cf4

Please sign in to comment.