configure your workflow to publish your Python package to a package registry once your CI tests pass. Ref: https://docs.github.com/en/actions/guides/building-and-testing-python NOTE: use the action: on: release: types: [published]
configure your workflow to publish your Python package to a package registry once your CI tests pass.
Ref:
https://docs.github.com/en/actions/guides/building-and-testing-python
NOTE:
use the action:
on:
release:
types: [published]