don't upload to test pypi for the real publish >__<
This commit is contained in:
parent
828efa0a74
commit
102af1be43
@ -4,4 +4,4 @@ set -e
|
||||
rm -f dist/*
|
||||
mkdir -p dist
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
|
||||
twine upload dist/*
|
||||
|
Loading…
Reference in New Issue
Block a user