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 92f5eec commit f7f0bf4Copy full SHA for f7f0bf4
1 file changed
.github/workflows/pypi-package.yml
@@ -63,7 +63,7 @@ jobs:
63
uses: pypa/gh-action-pypi-publish@release/v1
64
with:
65
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
66
- repository_url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
67
68
# Upload to real PyPI on GitHub Releases.
69
release-pypi:
0 commit comments