We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f438b0 + 60a494c commit 84b97b1Copy full SHA for 84b97b1
1 file changed
source/guides/github-actions-ci-cd-sample/publish-to-test-pypi.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: pypa/gh-action-pypi-publish@release/v1
33
with:
34
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
35
- repository_url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
36
- name: Publish distribution 📦 to PyPI
37
if: startsWith(github.ref, 'refs/tags')
38
0 commit comments