An open API service indexing awesome lists of open source software.

https://github.com/ozi-project/publish

OZI action - publish releases to PyPI; and mirror releases, signature bundles, and provenance in a tagged release
https://github.com/ozi-project/publish

gh-actions-repo

Last synced: 9 months ago
JSON representation

OZI action - publish releases to PyPI; and mirror releases, signature bundles, and provenance in a tagged release

Awesome Lists containing this project

README

          

# OZI Publish

Publish python packages built with OZI.

## Inputs

* github-token - workflow-generated token - optional
* create-pull-request - create a pull request on the default branch - optional
* pull-request-body - text to use for the pull request body - defaults to ``"Created automatically. Manually close and reopen to enable checks."``

## Permissions

Use the following:

```yaml
permissions:
contents: write
id-token: write
```