Skip to content

Commit

Permalink
Update wheels.yml: v0.1.5 (Developer version)
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored Jul 5, 2024
1 parent e4e425c commit e1883f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
os: [ubuntu-latest]
# os: [macos-13] # 12 oldest
#os: [macos-latest, ubuntu-latest]
#os: [ubuntu-latest, windows-latest, macos-latest]
#os: [ubuntu-latest, windows-latest, macos-latest, macos-13]

steps:

Expand Down Expand Up @@ -52,8 +52,8 @@ jobs:
env:
CIBW_BUILD_VERBOSITY: 1
# CIBW_REPAIR_WHEEL_COMMAND: ''
# CIBW_BUILD: cp310-*
CIBW_BUILD: cp310-* cp312-*
CIBW_BUILD: cp312-*
# CIBW_BUILD: cp310-* cp312-*
# Skip builds for 32-bit builds and some others...
CIBW_SKIP: "*-win32 *-musllinux_* *linux_i686 *linux_s390x *linux_aarch64 *linux_s390x"

Expand Down

0 comments on commit e1883f1

Please sign in to comment.