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
- Host: GitHub
- URL: https://github.com/ozi-project/publish
- Owner: OZI-Project
- License: mit-0
- Created: 2023-12-29T20:28:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-20T05:24:33.000Z (10 months ago)
- Last Synced: 2025-08-20T07:21:50.946Z (10 months ago)
- Topics: gh-actions-repo
- Language: YAML
- Homepage:
- Size: 449 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: .github/SECURITY.md
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
```