Skip to content

Commit f00bd35

Browse files
committed
Fix GitHub workflow
Remove user for PyPI
1 parent 11b19bb commit f00bd35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ jobs:
2929
- name: Publish package to Test PyPI
3030
uses: pypa/gh-action-pypi-publish@release/v1
3131
with:
32-
user: __token__
3332
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
3433
- name: Publish package to PyPI
3534
if: startsWith(github.ref, 'refs/tags')
3635
uses: pypa/gh-action-pypi-publish@release/v1
3736
with:
38-
user: __token__
3937
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)