Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit c0023b5

Browse files
committed
fix: add note about publishing to README
1 parent 45b23fe commit c0023b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ This project uses [poetry](https://github.com/python-poetry/poetry)
3434
- To setup the project and install dependencies run `poetry install`
3535
- To run tests, run `poetry run pytest`
3636
- To build the project for publishing, run `poetry build`
37-
- To publish the project run `poetry build`
37+
38+
Commits to `main` following [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) will automatically be published to PyPI.
3839

3940
Our tests use a seam sandbox environment given by the environment
4041
variables `SEAM_SANDBOX_API_KEY`. If you want to run the tests, you should

0 commit comments

Comments
 (0)