Skip to content

Commit

Permalink
ci: Fix wheels publish config (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q authored Nov 12, 2024
1 parent b69cf01 commit f527703
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ name: Build and publish python wheels
# this workflow will publish the wheels to pypi.
# If the version is already published, pypi just ignores it.

permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing

on:
workflow_dispatch:
push:
Expand Down

0 comments on commit f527703

Please sign in to comment.