Skip to main content

Module python

Module python 

Source
Expand description

Python ecosystem adapter: gh-action-pypi-publish and twine.

Publishes wheels/sdists to PyPI. twine uploads directly from this host; gh-action-pypi-publish is the CI trusted-publisher flow, so its publish body is a clearly-marked skeleton (the real upload happens in the workflow). verify reconciles against PyPI via the default [RegistryQuery] path.

Structsยง

PythonAdapter
The python release adapter, operating as gh-action-pypi-publish or twine.