We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62879ad commit 20e9de2Copy full SHA for 20e9de2
.github/workflows/python-package.yml
@@ -31,7 +31,7 @@ jobs:
31
deploy:
32
name: Deploy
33
needs: test
34
- if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v*')
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
35
runs-on: ubuntu-latest
36
steps:
37
- name: Setup Python 3.8
0 commit comments