Skip to content

Commit b6bc140

Browse files
authored
Update release.yml
1 parent dc44de4 commit b6bc140

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- name: Publish a Python distribution to PyPI
4444
uses: pypa/gh-action-pypi-publish@release/v1
4545
with:
46-
password: ${{ inputs.test_pypi && secrets.TEST_PYPI_API_TOKEN || secrets.PYPI_API_TOKEN }}
4746
repository-url: ${{ inputs.test_pypi && 'https://test.pypi.org/legacy/' || 'https://upload.pypi.org/legacy/' }}
4847

4948
- name: Bump version to next candidate

0 commit comments

Comments
 (0)