We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea913f commit 11d2193Copy full SHA for 11d2193
.github/workflows/publish-to-pypi.yml
@@ -3,6 +3,7 @@ on: push
3
jobs:
4
build-n-publish:
5
name: Build and publish to PyPI
6
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@master
0 commit comments