Skip to content

Commit

Permalink
chore: Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Jun 2, 2023
1 parent 2a4e154 commit 5297e15
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 @@ -2,9 +2,9 @@ release:
standard-version

publish: clean
git push --follow-tags
python setup.py sdist bdist_wheel
twine upload dist/*
git push --follow-tags

clean:
rm -rf dist
Expand Down

0 comments on commit 5297e15

Please sign in to comment.