Skip to content

Commit

Permalink
Update GitHub Action for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Jul 30, 2022
1 parent a330d04 commit 5449b14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
# then it triggers our upload to PyPI for a new release.
name: Publish to PyPI
on:
push:
tags:
- "*"
release:
types: ["published"]

jobs:
tests:
Expand Down

0 comments on commit 5449b14

Please sign in to comment.