Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lnagel committed Oct 28, 2024
1 parent d1384a5 commit b98518e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,5 @@ coverage: ## check code coverage quickly with the default Python
open htmlcov/index.html

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

sdist: clean ## package
python setup.py sdist
ls -l dist

bump: ## bump next version + by 0.0.1 patch
bumpversion minor

0 comments on commit b98518e

Please sign in to comment.