Skip to content

Commit

Permalink
ci: update cibw version and set python version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl authored and inducer committed Apr 10, 2024
1 parent ae95ee1 commit cc0cb11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
submodules: recursive

- uses: actions/setup-python@v5
with:
python-version: '3.x'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.2
run: python -m pip install cibuildwheel==2.17.0

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit cc0cb11

Please sign in to comment.