Skip to content

Commit

Permalink
prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Oct 27, 2018
1 parent f3ccd86 commit f162e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ VERSION=${TAG/v/}

PYSPTK_BUILD_VERSION=$VERSION python setup.py develop sdist
echo "*** Ready to release! pysptk $TAG ***"
echo "Please run the following command manually:"
echo PYSPTK_BUILD_VERSION=$VERSION python setup.py sdist upload
echo "Please make sure that release verion is correct."
cat pysptk/version.py
echo "Please run the following command manually:"
echo twine upload dist/pysptk-${VERSION}.tar.gz --repository-url https://upload.pypi.org/legacy/

0 comments on commit f162e38

Please sign in to comment.