Skip to content

Commit e22975d

Browse files
committed
Fix publish script
1 parent 788a2e6 commit e22975d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717
read -p "Publish and tag as v$version? " -n 1 -r
1818
if [[ $REPLY =~ ^[Yy]$ ]]; then
1919
# publish to pypi
20-
python setup.py sdist upload
20+
python setup.py sdist upload -r https://upload.pypi.org/legacy/
2121

2222
# create git tags
2323
git tag -a v$version -m "version $version"

0 commit comments

Comments
 (0)