Skip to content

Commit

Permalink
github actions: fixes for trying to build all wheels using cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCzarnecki committed Oct 30, 2024
1 parent ed1aaac commit d22ad88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
env:
CIBW_ARCHS_LINUX: ${{ matrix.architecture }}
CIBW_ARCHS_MACOS: ${{ matrix.architecture }}
CIBW_NO_DOCKER: "1"
CIBW_SKIP: "cp36-* cp37-*"
run: |
cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit d22ad88

Please sign in to comment.