Browse Source

twine check before upload

pull/408/head
Ross McFarland 6 years ago
parent
commit
e3ad57d15b
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      script/release

+ 1
- 0
script/release View File

@ -22,5 +22,6 @@ git tag -s "v$VERSION" -m "Release $VERSION"
git push origin "v$VERSION"
echo "Tagged and pushed v$VERSION"
python setup.py sdist
twine check dist/*$VERSION.tar.gz
twine upload dist/*$VERSION.tar.gz
echo "Uploaded $VERSION"

Loading…
Cancel
Save