Skip to content

Commit

Permalink
Fix pypi uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
petrusen committed Jul 25, 2024
1 parent 9f0479d commit 93778a4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@
name: Upload Python Package

on:
release:
types: [published]
push:
branches:
- test-workflow

#on:
#release:
#types: [published]

permissions:
contents: read
Expand Down

0 comments on commit 93778a4

Please sign in to comment.