release-python¶
Reusable workflow — release-python.
Inputs¶
Input |
Type |
Required |
Default |
Description |
|---|---|---|---|---|
|
|
no |
|
Build every workspace package (uv build –all-packages). |
|
|
no |
|
Skip versions already published (uv publish –check-url). |
Secrets¶
Secret |
Required |
Description |
|---|---|---|
|
no |
PAT that lets release-please open PRs that re-trigger CI. Falls back to GITHUB_TOKEN. |
Usage¶
jobs:
release-please:
uses: FSHTech/github-actions/.github/workflows/release-python.yml@v1
secrets: inherit