Skip to content

Commit

Permalink
Update maintenance.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boeddeker authored Jun 18, 2024
1 parent a369e18 commit 8754368
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ rm -rf build/ dist/ lazy_dataset.egg-info/
git pull
bump2version --verbose --tag patch # major, minor or patch
python setup.py sdist bdist_wheel
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 8754368

Please sign in to comment.