Skip to content

Commit

Permalink
update .github/workflows/python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lausser committed Oct 7, 2023
1 parent be523b2 commit f5240b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ name: Upload Python Package
on:
release:
types: [published]
# eigentlich sollte das release genuegen, tut es aber nicht
workflow_run:
workflows: [Create Release from v-Tag]
types:
- completed

permissions:
contents: read
Expand Down

0 comments on commit f5240b7

Please sign in to comment.