We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f44f4b commit 4c6ae9bCopy full SHA for 4c6ae9b
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Build source distribution
67
run: |
68
- python -m pip install --upgrade pip setuptools wheel build twine pkginfo
+ python -m pip install --upgrade pip setuptools wheel build twine==6.0.* pkginfo
69
python -m build --sdist --outdir sdist
70
71
- name: Publish wheels and source distribution to PyPI
0 commit comments