diff --git a/update_live_pypi.bat b/update_live_pypi.bat index ac8c0b8..473a3c5 100644 --- a/update_live_pypi.bat +++ b/update_live_pypi.bat @@ -1,3 +1,3 @@ python setup.py sdist -python setup.py sdist upload -PAUSE \ No newline at end of file +twine upload dist/* +PAUSE