Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 262 Bytes

PUBLISHING.MD

File metadata and controls

23 lines (16 loc) · 262 Bytes

PUBLISHING

1 - Declare new version

poetry version <new_version>

2 - Commit version change

3 - Create a tag with new version

git tag <new_version>

4 - Publish

git push
git push --tags

5 - Pipeline will trigger automatically.