We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df663bb + 44f3033 commit 8291c93Copy full SHA for 8291c93
1 file changed
source/guides/github-actions-ci-cd-sample/publish-to-test-pypi.yml
@@ -34,7 +34,7 @@ jobs:
34
password: ${{ secrets.test_pypi_password }}
35
repository_url: https://test.pypi.org/legacy/
36
- name: Publish distribution 📦 to PyPI
37
- if: startsWith(github.event.ref, 'refs/tags')
+ if: startsWith(github.ref, 'refs/tags')
38
uses: pypa/gh-action-pypi-publish@master
39
with:
40
password: ${{ secrets.pypi_password }}
0 commit comments