Skip to content

Commit

Permalink
update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed Dec 7, 2023
1 parent 6f1765f commit 5a27f24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@ tag:

release: clean tag install test
echo "Releasing version $(version)"
# pypi doesn't accept eggs
rm dist/*.egg
# release
twine upload -u "__token__" -p "$(pypi_token)" dist/*
twine upload -u "__token__" -p "$(pypi_token)" dist/*.whl dist/*.tar.gz
# push new tag after successful build
git push origin --tags
# create release in GitHub
Expand Down

0 comments on commit 5a27f24

Please sign in to comment.