Skip to content

Commit

Permalink
Update pypi-publish.yaml
Browse files Browse the repository at this point in the history
Fixed the trigger to make it work on a release
  • Loading branch information
hsolbrig authored Nov 24, 2020
1 parent 0be71ea commit 3a58413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish Python Package

on:
push:
branches: [ master ]
release:
types: [created]

jobs:
build-n-publish:
Expand Down

0 comments on commit 3a58413

Please sign in to comment.