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 ec76ec0 commit bd36a1eCopy full SHA for bd36a1e
.github/workflows/publish-to-test-pypi.yml
@@ -58,13 +58,13 @@ jobs:
58
uses: pypa/gh-action-pypi-publish@release/v1
59
with:
60
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
61
- repository_url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
62
verbose: true
63
- skip_existing: true
+ skip-existing: true
64
- name: 📦 Publish package to PyPI
65
if: startsWith(github.ref, 'refs/tags/v')
66
67
68
password: ${{ secrets.PYPI_API_TOKEN }}
69
70
0 commit comments