Skip to content

Commit a667541

Browse files
authored
fix: twine --skip-existing errors (#1718)
fix: fix twine --skip-existing errors This is a temporary fix I realize. However python publishing is broken so I'd like to get that fixed and buy time to figure out the correct target state. Temporarily addresses #1716.
1 parent 451a23c commit a667541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/publib-pypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fi
4040
upload_opts="--verbose --skip-existing"
4141

4242
# Install required packages
43-
packages="twine"
43+
packages="'twine<6.2.0'"
4444
if [ -n "${PYPI_TRUSTED_PUBLISHER:-}" ]; then
4545
packages="$packages id"
4646

0 commit comments

Comments
 (0)