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 20cd988 commit 61163e7Copy full SHA for 61163e7
Makefile
@@ -1,4 +1,4 @@
1
upload:
2
- rm dist/*
+ rm dist/* -rf
3
python3 setup.py sdist bdist_wheel
4
python3 -m twine upload dist/*
0 commit comments