We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea5656 commit f182ffdCopy full SHA for f182ffd
.github/workflows/publish-pypi.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
user: __token__
40
password: ${{ secrets.TEST_PYPI_TOKEN }}
41
- repository_url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
42
if: ${{ github.event.inputs.pypi_repo == 'testpypi' }}
43
44
- name: Publish package to PyPI
0 commit comments