Skip to content

Commit

Permalink
changed github ciwheels to only build windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
otmanon committed Oct 23, 2023
1 parent 09a8948 commit 9606793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ciwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# cpversion: [ "cp39"]
# os: [ { runs-on: ubuntu-latest, cibw-arch: manylinux_x86_64}]
cpversion: ["cp36", "cp37", "cp38", "cp39", "cp310", "cp311"]
os: [ { runs-on: ubuntu-latest, cibw-arch: manylinux_x86_64}, { runs-on: macos-latest, cibw-arch: macosx_x86_64}, { runs-on: macos-latest, cibw-arch: macosx_arm64}, { runs-on: windows-latest, cibw-arch: win_amd64} ]
os: [ { runs-on: windows-latest, cibw-arch: win_amd64} ]#, { runs-on: ubuntu-latest, cibw-arch: manylinux_x86_64}, { runs-on: macos-latest, cibw-arch: macosx_x86_64}, { runs-on: macos-latest, cibw-arch: macosx_arm64}]
# cpversion: ["cp36"]
# os: [ { runs-on: windows-latest, cibw-arch: win_amd64}]
exclude:
Expand Down

0 comments on commit 9606793

Please sign in to comment.