actions-marketplace-validations/PyPI Publish & Release/Tag
Automatically publish packages to PyPI and crete Tags and Releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| user | PyPI user | no | __token__ |
| password | Password for the PyPI user or an access token | yes | — |
| repository | The repository URL for PyPI | no | — |
| verify_metadata | Check distribution metadata before uploading | no | true |
| dist_path | The path to the dist directory | no | dist |
| verbose | Show verbose output. | no | false |
| print_hash | Show hash values of distribution to be uploaded | no | true |
| add_hash | Add hash values to release assets | no | true |
| github_token | secrets.GITHUB_TOKEN | yes | — |
| prefix | Prefix to add to the version tag | no | — |
| suffix | Suffix to add to the version tag | no | — |
| releases_message | Message for the release | no | **View releases at**: [PyPI]({release_url}) **Full Changelog**: {changelog_url} |
Outputs
no outputs