coveooss/publish-to-pypi
Publish a poetry project to pypi.org. Requires "python" to be in the path.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-name | The project name in pypi.org | yes | — |
| pypi-token | The pypi token to use for authentication | yes | — |
| pre-release | Set to true if a pre-release version should be published. | no | false |
| dry-run | Set to true for a test run that doesn't publish or tag. | no | false |
| tag-prefix | The github tag prefix, such as `v` in `v3.4.2` | no | v |
| disable-repository-tags | Set to `true` in order to disable the automatic tagging feature. | no | false |
| pyproject-folder | The folder that contains the `pyproject.toml` file. | no | ./ |
| poetry-version | The version of poetry to use. | no | ==1.1.8 |
| pypi-cli-version | The version of coveo-pypi-cli to use. | no | ==2.0.3 |
Outputs
no outputs