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 cbb7edd commit 9a28fd6Copy full SHA for 9a28fd6
.github/workflows/docs.yml
@@ -84,7 +84,7 @@ jobs:
84
uses: pypa/gh-action-pypi-publish@release/v1
85
with:
86
password: ${{ inputs.test_pypi && secrets.TEST_PYPI_API_TOKEN || secrets.PYPI_API_TOKEN }}
87
- repository-url: ${{ inputs.test_pypi && 'https://test.pypi.org/legacy/' || 'https://pypi.org' }}
+ repository-url: ${{ inputs.test_pypi && 'https://test.pypi.org/legacy/' || 'https://upload.pypi.org/legacy/' }}
88
89
- name: Bump to next candidate
90
if: ${{ inputs.candidate && !inputs.test_pypi }}
0 commit comments