Skip to content

Commit

Permalink
Update pypi-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Will McGinnis committed Mar 21, 2020
1 parent fdfd25d commit 05b2beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
uses: actions/checkout@v1
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
uses: actions/checkout@v1
- name: Build package
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
run: |
Expand Down

0 comments on commit 05b2beb

Please sign in to comment.