Skip to content

Commit

Permalink
Update github-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mckib2 authored Jul 30, 2020
1 parent 8f18cbb commit f547726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
# upload to PyPI on every tag starting with 'v'
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
alternatively, to publish when a GitHub Release is created, use the following rule:
# if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
# alternatively, to publish when a GitHub Release is created, use the following rule:
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v2
Expand Down

0 comments on commit f547726

Please sign in to comment.