Skip to content

Commit

Permalink
Merge pull request #6 from hotosm/docs/auto-doc-update-workflows
Browse files Browse the repository at this point in the history
auto-doc: updated workflows docs
  • Loading branch information
spwoodcock authored Sep 28, 2023
2 parents 6518233 + 699dda6 commit 78ca734
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 78ca734

Please sign in to comment.