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 GitHub

Trust Signals

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

Pinned Snippet

workflow.ymlSHA-pinned
uses: alirezatheh/pypi-auto-publish@508a2937b5a2abc343c2df471d824eb74af98551 # v1.0.0

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