Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed May 14, 2024
1 parent 5203356 commit 20e52b9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ git tag v$VER
git push origin v$VER

echo "========================================================================"
echo "Releasing $NAME v$VER on PyPI"
echo "This triggers a GitHub Actions workflow that will build wheels and"
echo "source distributions, and upload them to PyPI."
echo "========================================================================"

python setup.py sdist
twine upload dist/*
rm -r dist/ *.egg-info

0 comments on commit 20e52b9

Please sign in to comment.