diff --git a/bin/upload-release.sh b/bin/upload-release.sh index 3136311..f8a23ff 100755 --- a/bin/upload-release.sh +++ b/bin/upload-release.sh @@ -1,7 +1,5 @@ rm dist/* set -e -bin/regen-docs.sh -pandoc --from=markdown --to=rst --output=README README.md python3 setup.py sdist bdist_wheel -python3 -m twine upload dist/* \ No newline at end of file +python3 -m twine upload dist/*