release-pypi¶
release-pypi.yml publishes the Python bridge distributions for bijux-cli
after the tagged commit passes CI and the target version is not already on
PyPI.
Trigger¶
pushon tags matchingv*- manual
workflow_dispatch
Job Shape¶
- wait for
ci.ymlto pass on the tagged commit - decide publication with
make gh-release-plan-pypi - prepare the release tree
- build wheel and source distribution with Maturin
- publish through
make publish-py