You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actions[bot] edited this page Jul 8, 2026
·
2 revisions
Python - Build / Publish
Overview
Automates the following:
Builds Project
Runs tests
Lints code / Type Checker
Version Format
When using the release workflow (python-release.yml), the version in .release.yml or pyproject.toml must be in unprefixed format (e.g. 1.2.3), not v1.2.3. GitHub Release tags use a v prefix (e.g. v1.2.3), but the v is automatically stripped when comparing against the version file.
Usage
The Action will try to determine how to install, build, test, and lint your project.