Skip to content

Commit

Permalink
Additional makefile release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Feb 18, 2021
1 parent ca10642 commit e1df6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ release:
make version
make build
twine upload dist/${PACKAGENAME}-`PYTHONPATH=. poetry run python -m ${PACKAGENAME}.__version__`*
git add pyproject.toml ${PACKAGENAME}/__version__.py
git add pyproject.toml ${PACKAGENAME}/__version__.py ${PACKAGENAME}/__version_data__.py
git commit -m "Bumped version" --allow-empty
git tag -a `PYTHONPATH=. poetry run python -m ${PACKAGENAME}.__version__` -m `PYTHONPATH=. poetry run python -m ${PACKAGENAME}.__version__`
git push
Expand Down

0 comments on commit e1df6e6

Please sign in to comment.