Skip to content

Commit

Permalink
Remove some versions from being built
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Oct 11, 2023
1 parent 6b4c1ea commit a1cc04a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_wheel_creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-latest, macos-latest]
arch: [auto]
arch: [native]
include:
- os: ubuntu-20.04
arch: aarch64
Expand All @@ -37,7 +37,7 @@ jobs:
with:
output-dir: dist
env:
CIBW_SKIP: "pp* cp36* cp37*"
CIBW_SKIP: "pp* cp36* cp37* *-musllinux-*"
CIBW_BUILD_VERBOSITY: 1
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BEFORE_BUILD: pip install cython pybind11
Expand Down

0 comments on commit a1cc04a

Please sign in to comment.