Skip to content

Commit

Permalink
Tweaking CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Dec 14, 2022
1 parent 8d2c789 commit d7089d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: '3.10'

- name: Install cibuildwheel
run: python -m pip install --upgrade wheel setuptools pip cibuildwheel==2.11.1
run: python -m pip install --upgrade wheel setuptools pip cibuildwheel

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

0 comments on commit d7089d4

Please sign in to comment.