Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 33cb415

Browse files
authored
Update python-publish.yml
1 parent c7f63de commit 33cb415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
deploy:
1212

1313
runs-on: ubuntu-latest
14-
if: "!startsWith(github.ref, 'v')"
14+
if: "!contains(github.ref, 'v')"
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Python

0 commit comments

Comments
 (0)