Skip to content

Commit

Permalink
Only publish to pyPI when the release is published
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbudakguy committed Sep 1, 2023
1 parent f566af2 commit bde1aac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: release

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

jobs:
publish:
Expand Down

0 comments on commit bde1aac

Please sign in to comment.