1
0
forked from VimPlug/jedi

Remove the dist folder before deploying.

This commit is contained in:
Dave Halter
2017-04-05 20:54:22 +02:00
parent 5427b02712
commit 8bdf7e32ef

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env bash
rm -rf dist/
python setup.py sdist bdist_wheel
# Maybe do a pip install twine before.
twine upload dist/*