Skip to content

Commit

Permalink
run os first, then python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed May 22, 2024
1 parent 155cb5b commit e3e115b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@ jobs:
strategy:
fail-fast: false
matrix:
# Python versions to build wheels on
python: [
"cp38",
"cp39",
"cp310",
"cp311",
"cp312"
]
platforms: [
# Wheel type, Github runner OS
["manylinux_x86_64", "ubuntu-22.04"],
Expand All @@ -142,6 +134,14 @@ jobs:
["macosx_arm64", "macos-13"],
["win_amd64", "windows-2022"]
]
# Python versions to build wheels on
python: [
"cp38",
"cp39",
"cp310",
"cp311",
"cp312"
]

steps:
- name: Get build identifier for cibuildwheel
Expand Down

0 comments on commit e3e115b

Please sign in to comment.