Skip to content

Commit

Permalink
fix: only publish to pypi on release
Browse files Browse the repository at this point in the history
  • Loading branch information
satra authored Jun 30, 2020
1 parent fe108cc commit 44cf2e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ name: Upload Python Package
on:
release:
types: [created]
push:
tags:
- '*'

jobs:
deploy:
Expand Down

0 comments on commit 44cf2e2

Please sign in to comment.