Skip to content

Commit

Permalink
Update cibuildwheel version used in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
smheidrich committed Feb 24, 2024
1 parent e21f43b commit 5fd1901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
TWINE_USERNAME: __token__
command: |
# install deps
python3 -m pip install --user cibuildwheel==2.13.1 twine
python3 -m pip install --user cibuildwheel==2.16.5 twine
# build wheels
python3 -m cibuildwheel --output-dir wheelhouse
# upload wheels to PyPI
Expand Down

0 comments on commit 5fd1901

Please sign in to comment.