Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ on:
jobs:
build-and-publish:
runs-on: ubuntu-latest
environment: pypi
environment: release
permissions:
# CRITICAL: This allows Trusted Publishing (OIDC)
id-token: write
# This allows Sigstore to write the signature to the release
contents: write

steps:
- uses: actions/checkout@v4
Expand All @@ -32,4 +30,5 @@ jobs:
with:
# This replaces the manual sigstore step.
# It signs and uploads attestations automatically.
attestations: true
packages-dir: ./dist/
verbose: true
Loading