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.
2 parents 2fe124b + d5146af commit 427f7d7Copy full SHA for 427f7d7
.github/workflows/publish.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
37
- name: Publish to PyPI
38
0 commit comments