hsorby/Create release of Python package
Create a release and upload built python package to PyPI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 25, 2026
- License
- Apache 2.0
Pinned Snippet
uses: hsorby/release-python-package-action@e80f0f0d39525711cbe08b51f4daeedbb6a7bdd2 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pypi-package-name | Specify the name of the python package on PyPI.org. | yes | not-a-name |
| release-heading | Specify the heading for the release. | no | ${{ github.ref_name }} |
| run-tests | Specify if tests should be run, unittest currently only support. | no | off |
Outputs
no outputs