alirezatheh/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: alirezatheh/pypi-auto-publish@508a2937b5a2abc343c2df471d824eb74af98551 # v1.0.0tags 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