Skip to content

Commit 91d44eb

Browse files
committed
chore: update dependencies
1 parent 7234b2c commit 91d44eb

2 files changed

Lines changed: 96 additions & 94 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Contributor Guidance
22

33
## Publish package to PyPI
4+
45
When we are ready to release a new version `vx.y.z`, one of the maintainers should:
6+
57
1. Execute `poetry version {minor,patch}` to update the project version
6-
2. Create a new tag `git tag vx.y.z`, if the tag doesn't match with the project version, step 4 validation will fail
7-
3. push the tag to the repo `git push origin vx.y.z`
8-
4. There will be a GitHub Action triggered automatically, which will build and publish to PyPI
8+
2. Create a new tag with `git tag vx.y.z`. If the tag doesn't match with the
9+
project version, step 4 validation will fail.
10+
3. Push the tag to the repo with `git push origin vx.y.z`
11+
4. There will be a GitHub Action triggered automatically which will build and publish to PyPI

0 commit comments

Comments
 (0)