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 4a3a233 commit 98a48bfCopy full SHA for 98a48bf
Makefile
@@ -57,5 +57,6 @@ clean-pyc:
57
find . -name '.pytest_cache' -exec rm -fr {} +
58
find . -name '.mypy_cache' -exec rm -fr {} +
59
60
-upload: clean
+upload:
61
+ python setup.py sdist bdist_wheel
62
twine upload dist/*
0 commit comments