Skip to content

Commit

Permalink
Update Makefile release
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Feb 7, 2024
1 parent 26f9759 commit b3ea039
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ selfcheck: ## check that the Makefile is well-formed
@echo "The Makefile is well-formed."

release: clean ## package and upload a release
python setup.py sdist upload
python setup.py bdist_wheel upload
python setup.py sdist
python setup.py bdist_wheel
twine upload dist/*

sdist: clean ## package
python setup.py sdist
Expand Down

0 comments on commit b3ea039

Please sign in to comment.