Skip to content

Commit

Permalink
ci: Fix pypi.yml to push to PyPi on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 10, 2021
1 parent 24909ab commit 400cbf7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Publish to PyPi
on:
push:
branches:
- main
on: push
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 400cbf7

Please sign in to comment.