Skip to content

Commit

Permalink
ci: Fix trusted pypi publish job (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q authored Nov 12, 2024
1 parent 5562c91 commit 36bbbcf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ 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:
# This permission is required for trusted publishing on pypi
id-token: write

on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -74,4 +79,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
skip-existing: true
skip-existing: true

0 comments on commit 36bbbcf

Please sign in to comment.