Skip to content

Commit

Permalink
Merge pull request #463 from avanwinkle/disable-win-osx-wheels
Browse files Browse the repository at this point in the history
Disable CI wheels for Windows and MacOS
  • Loading branch information
avanwinkle authored Feb 6, 2024
2 parents 8546f84 + fca62e0 commit 0908e76
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ jobs:
fail-fast: false
matrix:
include:
- os: windows-latest
python-version: 3.8
cibw-build: cp38-win_amd64
- os: windows-latest
python-version: 3.9
cibw-build: cp39-win_amd64
- os: windows-latest
python-version: '3.10'
cibw-build: cp310-win_amd64
- os: windows-latest
python-version: 3.11
cibw-build: cp311-win_amd64
# - os: windows-latest
# python-version: 3.8
# cibw-build: cp38-win_amd64
# - os: windows-latest
# python-version: 3.9
# cibw-build: cp39-win_amd64
# - os: windows-latest
# python-version: '3.10'
# cibw-build: cp310-win_amd64
# - os: windows-latest
# python-version: 3.11
# cibw-build: cp311-win_amd64
- os: ubuntu-latest
python-version: 3.8
cibw-build: cp38-manylinux_x86_64
Expand All @@ -42,18 +42,18 @@ jobs:
- os: ubuntu-latest
python-version: 3.11
cibw-build: cp311-manylinux_x86_64
- os: macos-latest
python-version: 3.8
cibw-build: cp38-macosx_x86_64
- os: macos-latest
python-version: 3.9
cibw-build: cp39-macosx_x86_64
- os: macos-latest
python-version: '3.10'
cibw-build: cp310-macosx_x86_64
- os: macos-latest
python-version: 3.11
cibw-build: cp311-macosx_x86_64
# - os: macos-latest
# python-version: 3.8
# cibw-build: cp38-macosx_x86_64
# - os: macos-latest
# python-version: 3.9
# cibw-build: cp39-macosx_x86_64
# - os: macos-latest
# python-version: '3.10'
# cibw-build: cp310-macosx_x86_64
# - os: macos-latest
# python-version: 3.11
# cibw-build: cp311-macosx_x86_64
# I have no idea how to use the ARM runners on GitHub. Supposedly they exist but I can't figure them out.
# So for now we'll just manually build and upload Apple Silicon wheels? Last updated Oct 2 2023
# - os: macos-13-arm64
Expand Down Expand Up @@ -135,7 +135,8 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10', 3.11]
os: [ubuntu-latest, macos-latest, windows-latest]
#os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
include:
- os: ubuntu-latest
python-version: 3.11
Expand Down

0 comments on commit 0908e76

Please sign in to comment.