Skip to content

Commit c24a194

Browse files
committed
Remove redundant PyPI credentials in test publish step
1 parent 9022c32 commit c24a194

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ jobs:
103103
uses: pypa/gh-action-pypi-publish@release/v1
104104
with:
105105
repository-url: https://test.pypi.org/legacy/
106-
user: __token__
107-
password: ${{ secrets.PYPI_API_TOKEN }}
108106
verbose: true
109107

110108
- name: Publish to PyPI

0 commit comments

Comments
 (0)