Skip to content

Commit

Permalink
Re-enable all CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerious committed Aug 8, 2024
1 parent f065995 commit 61eccd3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ ubuntu-latest, windows-latest, macOS-12 ]
os: [ ubuntu-latest ]
os: [ ubuntu-latest, windows-latest, macOS-12 ]
env:
CIBW_BUILD: "cp312*"
CIBW_SKIP: "*-musllinux*"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_LINUX: "x86_64"
Expand Down

0 comments on commit 61eccd3

Please sign in to comment.