Skip to content

Commit 940bff2

Browse files
committed
Update cibuildwheel version to 2.22
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.
1 parent 11023a6 commit 940bff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: cmake --version
5353

5454
- name: Install cibuildwheel
55-
run: python -m pip install cibuildwheel==2.15.0
55+
run: python -m pip install cibuildwheel~=2.22.0
5656

5757
- name: Build wheels
5858
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)