Skip to content

Commit 1e6aaab

Browse files
Remove user and password values for PyPI release workflow
Signed-off-by: Tobias Wolf <[email protected]>
1 parent d97fee7 commit 1e6aaab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/on-release-publish.yml

-3
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,3 @@ jobs:
6868
python -m build .
6969
- name: Publish package
7070
uses: pypa/gh-action-pypi-publish@v1
71-
with:
72-
user: __token__
73-
password: ${{ secrets.PYPI_PROD_PASSWORD }}

0 commit comments

Comments
 (0)