Contributor's guide
Creating a PyPi release
Create a new version of Truss
You must be a repository admin to create a PyPi release or release candidate.
To release a new version of the library.
- Create a PR changing the
pyproject.toml
version - Merge the PR, github actions will auto deploy if it detects the change
Steps to release a new verison of Truss to PyPi:
- Ensure that the version in
pyproject.toml
matches the version number that we want to release - Create a PR from
main
intorelease
, https://github.com/basetenlabs/truss/compare/releaseā¦main - After getting a review, merge the PR. After this, a new release will be created and automatically pushed to PyPi.