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 ae648d6 commit 69ca870Copy full SHA for 69ca870
.github/workflows/python-publish.yml
@@ -42,7 +42,7 @@ jobs:
42
with:
43
user: __token__
44
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
45
- repository_url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
46
- name: Publish to PyPi
47
if: startsWith(github.ref, 'refs/tags')
48
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments