Skip to content

Commit

Permalink
fixing tagging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Jun 21, 2021
1 parent 2ed4596 commit 36a0801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
upload_pypi:
needs: [tests, lint, build]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 36a0801

Please sign in to comment.