Skip to content

Commit 3f0c9d5

Browse files
committed
Fix '403 Client Error' for scripts/dist.sh
1 parent 5474341 commit 3f0c9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ cd $HOME_DIR
66
rm -rf dist/*
77
python3 setup.py sdist
88
python3 setup.py bdist_wheel --universal
9-
twine upload dist/*
9+
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
1010
cd $CWD

0 commit comments

Comments
 (0)