pipx install git+https://github.com/m1kc/django-spinproject.git@rc --force
# pip install --user --upgrade 'git+https://github.com/m1kc/django-spinproject.git@master'
# poetry add 'git+https://github.com/m1kc/django-spinproject.git@master'
- Bump version in pyproject.toml. Create a commit with message
v1.x.x
;
- Create a tag named
v1.x.x
(using gitg), git push --tags
;
poetry build
poetry publish
- Write release notes ("Auto-generate" for changelog link,
git log --oneline --graph
to generate commit list).
poetry config pypi-token.pypi <private-token>