https://github.com/ozi-project/release
OZI action - build signed wheel and source releases
https://github.com/ozi-project/release
gh-actions-repo ozi
Last synced: 3 months ago
JSON representation
OZI action - build signed wheel and source releases
- Host: GitHub
- URL: https://github.com/ozi-project/release
- Owner: OZI-Project
- License: mit-0
- Created: 2023-12-29T00:34:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-17T05:39:55.000Z (10 months ago)
- Last Synced: 2025-08-17T07:11:14.742Z (10 months ago)
- Topics: gh-actions-repo, ozi
- Language: YAML
- Homepage:
- Size: 578 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# OZI Release
Build python package releases with OZI in GitHub actions.
## Inputs
* python-dist - dist version string e.g. security2, security1, bugfix, prerelease - required
* github-token - workflow-generated token - optional
* freethreaded - enable freethreaded python builds when applicable (Python >= 3.13) - optional
* wheel-sign-token - to sign wheel RECORD.jws - optional
Also expects an artifact named ``security2`` with a drafted release from [OZI Draft](https://github.com/marketplace/actions/ozi-draft).
## Outputs:
* hashes - release file hashes in base64
## Permissions
Use the following:
```yaml
permissions:
contents: write
id-token: write
```