Skip to content

Commit 9a28fd6

Browse files
committed
Using correct url
1 parent cbb7edd commit 9a28fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: pypa/gh-action-pypi-publish@release/v1
8585
with:
8686
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' }}
87+
repository-url: ${{ inputs.test_pypi && 'https://test.pypi.org/legacy/' || 'https://upload.pypi.org/legacy/' }}
8888

8989
- name: Bump to next candidate
9090
if: ${{ inputs.candidate && !inputs.test_pypi }}

0 commit comments

Comments
 (0)