Skip to content

Commit 4c6ae9b

Browse files
committed
Try twine 6.0.*
1 parent 3f44f4b commit 4c6ae9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Build source distribution
6767
run: |
68-
python -m pip install --upgrade pip setuptools wheel build twine pkginfo
68+
python -m pip install --upgrade pip setuptools wheel build twine==6.0.* pkginfo
6969
python -m build --sdist --outdir sdist
7070
7171
- name: Publish wheels and source distribution to PyPI

0 commit comments

Comments
 (0)