actions-marketplace-validations/PyPI Auto Publish

Automate build and publish PEP 518 compliant projects on Test PyPI and/or PyPI if `package.__version__` is ahead of PyPI's.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 8, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/alirezatheh_pypi-auto-publish@86df8f9ba8a65d564ba32bcf9554643cbe6f5e42 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
test-pypi-api-tokenAPI token of the Test PyPI account publishing the project. If missing, publish on Test PyPI is skipped. no
pypi-api-tokenAPI token of the PyPI account publishing the project. If missing, publish on PyPI is skipped. no
package-nameName of the PyPI package.no${{ github.event.repository.name }}

no outputs