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 b4901be commit ccab3b5Copy full SHA for ccab3b5
Makefile
@@ -8,6 +8,7 @@ deploy-github:
8
git push --tags origin master
9
10
deploy-pypi:
11
+ rm -rf dist
12
python setup.py sdist bdist_wheel
13
twine upload --repository pypi dist/*
14
0 commit comments