Skip to content

Commit

Permalink
Include git tag instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed May 27, 2023
1 parent 0d81a9f commit 27ada4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ publish-release:
rm dist/ -r -f
python3 setup.py sdist bdist_wheel
python3 -m twine upload -u "${PYPI_USERNAME}" -p "${PYPI_PASSWORD}" --repository-url https://upload.pypi.org/legacy/ dist/*
@echo 'Do -> git tag -m "0.X.Y" -a 0.X.Y && git push --tags'

0 comments on commit 27ada4f

Please sign in to comment.