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 fe057be commit 90cd9ceCopy full SHA for 90cd9ce
Makefile
@@ -27,6 +27,6 @@ docs:
27
28
release:
29
pip install twine wheel
30
- rm -rf dist/*
+ rm -rf build/* dist/*
31
python setup.py sdist bdist_wheel
32
twine upload -s dist/*
0 commit comments