We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1384a5 commit b98518eCopy full SHA for b98518e
Makefile
@@ -46,12 +46,5 @@ coverage: ## check code coverage quickly with the default Python
46
open htmlcov/index.html
47
48
release: clean ## package and upload a release
49
- python setup.py bdist_wheel
+ python setup.py sdist bdist_wheel
50
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