Truss home page
Search...
⌘K
Ask AI
Roadmap
Issues
GitHub
GitHub
Search...
Navigation
Contributor's guide
Creating a PyPi release
Documentation
Reference docs
Learn model deployment
Contributor guides
Baseten
Releases
Truss examples
Contributor's guide
Contributing to Truss
Setting up local development
Creating a PyPi release
Deep dives
Creating base images
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
into
release
,
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.
Setting up local development
Creating base images
Assistant
Responses are generated using AI and may contain mistakes.