We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded68d3 commit c4d56e8Copy full SHA for c4d56e8
1 file changed
.github/workflows/ci-cd-pipeline.yml
@@ -23,7 +23,7 @@ jobs:
23
password: ${{ secrets.testpypi_password }}
24
repository_url: https://test.pypi.org/legacy/
25
- name: 📦 Publish tagged releases to PyPI
26
- if: startsWith(github.event.ref, "refs/tags")
+ if: startsWith(github.event.ref, 'refs/tags')
27
uses: pypa/gh-action-pypi-publish@master
28
with:
29
password: ${{ secrets.pypi_password }}
0 commit comments