Skip to content

Commit

Permalink
Change trigger type for PyPI publish action (#311)
Browse files Browse the repository at this point in the history
Change trigger type for PyPI publish action

released reacts only to stable releases, prereleased reacts to pre-releases, but not those converted from draft, published reacts to both.

Reviewed-by: František Lachman <[email protected]>
Reviewed-by: Maja Massarini
  • Loading branch information
softwarefactory-project-zuul[bot] authored Nov 14, 2023
2 parents 98a85b7 + babf6b0 commit 1bc8187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI

on:
release:
types: [released]
types: [published]

jobs:
build-n-publish:
Expand Down

0 comments on commit 1bc8187

Please sign in to comment.