Skip to content

Commit

Permalink
don't make a new release if triggered by a GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
fra-pcmgf committed Aug 13, 2024
1 parent 7590596 commit 7822b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1

github-release:
if: github.event_name != 'release'
name: >-
Sign the Python 🐍 distribution 📦 with Sigstore
and upload them to GitHub Release
Expand Down

0 comments on commit 7822b5f

Please sign in to comment.