Skip to content

Commit 4a78698

Browse files
committed
Quote if statement
1 parent def8d91 commit 4a78698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
repository_url: https://test.pypi.org/legacy/
175175
- name: Publish package to PyPI
176176
uses: pypa/gh-action-pypi-publish@master
177-
if: !contains(github.ref, '-') && startsWith(github.ref, 'refs/tags')
177+
if: "!contains(github.ref, '-') && startsWith(github.ref, 'refs/tags')"
178178
with:
179179
user: __token__
180180
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)