Skip to content

Commit

Permalink
fix make release
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Apr 5, 2023
1 parent 93f81c7 commit 428defc
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 @@ -11,6 +11,6 @@ sdist: test clean
python setup.py sdist

release: test clean
python setup.py sdist upload
python setup.py sdist && twine check dist/* && twine upload dist/*

.PHONY: clean docs test sdist release

0 comments on commit 428defc

Please sign in to comment.