Skip to content

Commit

Permalink
Update cibuildwheel version to 2.22
Browse files Browse the repository at this point in the history
The tilde (~) makes it use the latest patch release (2.22.0, 2.22.1, ..., or whichever is the latest).

This might fix the deprecation warning email that I got from PyPI:

> In the future, PyPI will require all newly uploaded source distribution filenames to comply with [PEP 625](https://peps.python.org/pep-0625/). Any source distributions already uploaded will remain in place as-is and do not need to be updated.
> Specifically, your recent upload of 'eos-py-1.5.0.tar.gz' is incompatible with PEP 625 because it does not contain the normalized project name 'eos_py'.
> In most cases, this can be resolved by upgrading the version of your build tooling to a later version that supports PEP 625 and produces compliant filenames.
  • Loading branch information
patrikhuber committed Dec 11, 2024
1 parent 11023a6 commit 940bff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: cmake --version

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.15.0
run: python -m pip install cibuildwheel~=2.22.0

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

0 comments on commit 940bff2

Please sign in to comment.