Skip to content

v2.1.2rc1

v2.1.2rc1 #25

Workflow file for this run

on:
release:
types:
- published
name: release
permissions:
# Used to sign the release's artifacts with sigstore-python.
id-token: write
# Used to attach signing artifacts to the published release.
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: sign
uses: ./
id: sigstore-python
with:
inputs: action.yml action.py
release-signing-artifacts: true