Skip to content

Commit b98518e

Browse files
committed
cleanup
1 parent d1384a5 commit b98518e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Makefile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,5 @@ coverage: ## check code coverage quickly with the default Python
4646
open htmlcov/index.html
4747

4848
release: clean ## package and upload a release
49-
python setup.py bdist_wheel
49+
python setup.py sdist bdist_wheel
5050
twine upload dist/*
51-
52-
sdist: clean ## package
53-
python setup.py sdist
54-
ls -l dist
55-
56-
bump: ## bump next version + by 0.0.1 patch
57-
bumpversion minor

0 commit comments

Comments
 (0)