Skip to content

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

  • push on tags matching v*
  • manual workflow_dispatch

Job Shape

  • wait for ci.yml to 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

Next Reads