Skip to content

Commit c4d56e8

Browse files
committed
Fix yml
1 parent ded68d3 commit c4d56e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
password: ${{ secrets.testpypi_password }}
2424
repository_url: https://test.pypi.org/legacy/
2525
- name: 📦 Publish tagged releases to PyPI
26-
if: startsWith(github.event.ref, "refs/tags")
26+
if: startsWith(github.event.ref, 'refs/tags')
2727
uses: pypa/gh-action-pypi-publish@master
2828
with:
2929
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)