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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 8, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/alirezatheh_pypi-auto-publish@86df8f9ba8a65d564ba32bcf9554643cbe6f5e42 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| test-pypi-api-token | API token of the Test PyPI account publishing the project. If missing, publish on Test PyPI is skipped. | no | — |
| pypi-api-token | API token of the PyPI account publishing the project. If missing, publish on PyPI is skipped. | no | — |
| package-name | Name of the PyPI package. | no | ${{ github.event.repository.name }} |
Outputs
no outputs