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 14326f8 commit 5844bf0Copy full SHA for 5844bf0
.github/workflows/release.yml
@@ -41,8 +41,8 @@ jobs:
41
- name: Publish a Python distribution to PyPI
42
uses: pypa/gh-action-pypi-publish@release/v1
43
with:
44
- password: ${{ inputs.test_pypi && secrets.TEST_PYPI_API_TOKEN || secrets.PYPI_API_TOKEN }}
45
- repository-url: ${{ inputs.test_pypi && 'https://test.pypi.org/legacy/' || 'https://upload.pypi.org/legacy/' }}
+ password: ${{ secrets.TEST_PYPI_API_TOKEN }}
+ repository-url: 'https://test.pypi.org/legacy/' }}
46
47
- name: Bump version to next candidate
48
run: |
0 commit comments