We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3974774 commit 0848641Copy full SHA for 0848641
1 file changed
.github/workflows/pypi-release.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/setup-python@v5
36
37
- name: Install cibuildwheel, twine, pkginfo, and packaging
38
- run: python -m pip install cibuildwheel twine pkginfo packaging
+ run: python -m pip install -U cibuildwheel twine pkginfo packaging
39
40
- name: Build wheels
41
env:
0 commit comments