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.
2 parents fe057be + 90cd9ce commit 6bd479eCopy full SHA for 6bd479e
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