Ross McFarland
6 years ago
No known key found for this signature in database
GPG Key ID: 61C10C4FC8FE4A89
1 changed files with
1 additions and
0 deletions
-
script/release
|
|
|
@ -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" |