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