Skip to content

Commit

Permalink
Update maintenance.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boeddeker committed Jun 18, 2024
1 parent e1c8fb6 commit e4aa9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
```

0 comments on commit e4aa9b2

Please sign in to comment.