Skip to content

Commit

Permalink
Update workflows to push to pypi on release
Browse files Browse the repository at this point in the history
  • Loading branch information
awarde96 committed Jul 30, 2024
1 parent 99853ee commit f07a035
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ on:
# Trigger after public PR approved for CI
pull_request_target:
types: [labeled]
release:
types: [created]

jobs:
# Run CI including downstream packages on self-hosted runners
Expand Down
2 changes: 1 addition & 1 deletion covjsonkit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.12"
__version__ = "0.0.13"

0 comments on commit f07a035

Please sign in to comment.