scripts/release: Remove pypitest

There is no value in pushing to that registry.

Also drop the broken link at this chance.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2019-10-01 16:07:23 +02:00
parent 3ef3ac855e
commit a8dfbda062

View File

@ -41,8 +41,6 @@ git commit -m "Release $NEW_VERSION"
git tag -s -m "Release $NEW_VERSION" "$NEW_VERSION"
git push --follow-tags
# http://peterdowns.com/posts/first-time-with-pypi.html
python setup.py sdist upload -r pypitest
python setup.py sdist upload -r pypi
authors=$(git shortlog -s "$OLD_VERSION".."$NEW_VERSION" | cut -c8- | paste -s -d, - | sed -e 's/,/, /g')