Merge pull request #4824 from hugovk/fix-link

Remove outdated make upload-test and upload commands
This commit is contained in:
Andrew Murray 2020-08-01 11:07:15 +10:00 committed by GitHub
commit 7471fdffb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,16 +90,5 @@ sdist:
test:
pytest -qq
# https://docs.python.org/3/distutils/packageindex.html#the-pypirc-file
upload-test:
# [test]
# username:
# password:
# repository = http://test.pythonpackages.com
python3 setup.py sdist --format=gztar upload -r test
upload:
python3 setup.py sdist --format=gztar upload
readme:
viewdoc