changeset 915:0bb00763f6d2

update distribute for modern python packaging
author Jeff Hammel <k0scist@gmail.com>
date Mon, 27 May 2024 16:44:09 -0700
parents 016d27ca39e4
children 82763d37ab09
files .bashrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc	Mon May 27 16:02:17 2024 -0700
+++ b/.bashrc	Mon May 27 16:44:09 2024 -0700
@@ -384,7 +384,7 @@
 
 distribute() {
     # upload to pypi
-    python setup.py egg_info sdist register upload develop
+    python setup.py egg_info sdist develop && twine upload dist/*
 }
 
 render_long_description() {