From e4aa9b2ae6247b6e4fbf553be9f809c726aa9c44 Mon Sep 17 00:00:00 2001 From: Christoph Boeddeker Date: Tue, 18 Jun 2024 17:14:04 +0200 Subject: [PATCH] Update maintenance.md --- maintenance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance.md b/maintenance.md index 0aced20..c26b78f 100644 --- a/maintenance.md +++ b/maintenance.md @@ -22,8 +22,8 @@ pip install --upgrade bump2version # rm -rf dist/* bump2version --verbose --tag patch # major, minor or patch python setup.py sdist bdist_wheel -git push +twine upload --repository testpypi dist/* git push origin --tags -twine upload --repository-url https://test.pypi.org/legacy/ dist/* +git push twine upload dist/* ```