Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 28, 2023
2 parents 27d1ef2 + 78ca734 commit ef12222
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/pypi_publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,22 @@
## Inputs

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
| ----------------------------------------------------------------------------------- | ------ | -------- | ------- | ---------------------------------------------------------------- |
| <a name="input_token_secret_name"></a>[token_secret_name](#input_token_secret_name) | string | true | | The name of the repository <br>secret containing the PyPi token. |

No inputs.
<!-- AUTO-DOC-INPUT:END -->

## Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->

No outputs.

<!-- AUTO-DOC-OUTPUT:END -->

## Secrets

<!-- AUTO-DOC-SECRETS:START - Do not remove or modify this section -->

No secrets.
| SECRET | REQUIRED | DESCRIPTION |
|------------------------------------------------------------------|----------|-----------------------------------------------|
| <a name="secret_PYPI_TOKEN"></a>[PYPI_TOKEN](#secret_PYPI_TOKEN) | true | The PyPi.org API token for <br>your project. |

<!-- AUTO-DOC-SECRETS:END -->

Expand Down

0 comments on commit ef12222

Please sign in to comment.