Skip to content

Commit

Permalink
Update cibuildwheel to 2.11.2 (#378)
Browse files Browse the repository at this point in the history
Consolidate cibuildwheel version across repos to 2.11.2

This is the last version that uses bash in windows, which is needed for
some scripts. The scripts could be edited to work in powershell, but
this is left for another day
  • Loading branch information
emlowe committed Aug 5, 2023
1 parent 6c7e82e commit 2309cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: py.test -v {project}/tests
run:
pipx run --spec='cibuildwheel==2.9.0' cibuildwheel --output-dir dist 2>&1
pipx run --spec='cibuildwheel==2.11.2' cibuildwheel --output-dir dist 2>&1

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2309cbd

Please sign in to comment.