Skip to content

Commit

Permalink
build: release to pypi on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
pomegranited committed Oct 31, 2024
1 parent 0447e59 commit 196fb41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
release:
types: [published]

push:
tags:
- '*'

jobs:

push:
Expand Down

0 comments on commit 196fb41

Please sign in to comment.