Skip to content

Commit

Permalink
Update MakeFile
Browse files Browse the repository at this point in the history
  • Loading branch information
fizista committed Dec 11, 2023
1 parent d1cb78f commit 6899019
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ new_version_patch:
bumpversion patch

release:
python setup.py sdist bdist_wheel upload
rm -r dist/
python -m build
twine check dist/*
twine upload dist/*
git push --tags

0 comments on commit 6899019

Please sign in to comment.