From 59f0770c6a26a8297280b0fc8d6790ab1680cc28 Mon Sep 17 00:00:00 2001 From: PB2 Date: Sat, 14 Nov 2020 11:41:39 -0500 Subject: [PATCH] Use twine for PyPI upload --- update_live_pypi.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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