Skip to content

Commit 27e3c01

Browse files
author
Matevz Morato
committed
Fix twine version to 6.0.1 to unblock deployment
Related to pypa/twine#1216.
1 parent a8ae8cd commit 27e3c01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/upload-pypi.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
python3 -m pip install -U pip
44
python3 -m pip install -U setuptools
5-
python3 -m pip install -U twine
5+
python3 -m pip install -U twine==6.0.1
66

77
# Uploads prebuilt binary distribution
88
for file in wheelhouse/audited/*.whl; do

0 commit comments

Comments
 (0)