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 def8d91 commit 4a78698Copy full SHA for 4a78698
.github/workflows/ci.yml
@@ -174,7 +174,7 @@ jobs:
174
repository_url: https://test.pypi.org/legacy/
175
- name: Publish package to PyPI
176
uses: pypa/gh-action-pypi-publish@master
177
- if: !contains(github.ref, '-') && startsWith(github.ref, 'refs/tags')
+ if: "!contains(github.ref, '-') && startsWith(github.ref, 'refs/tags')"
178
with:
179
user: __token__
180
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments