Skip to content

Commit f461fcb

Browse files
authored
fix: remove unused password input from PyPI publish action in release.yml (#2357)
1 parent 2ace2e9 commit f461fcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ jobs:
6868
if: >- # "create" workflows run separately from "push" & "pull_request"
6969
github.event_name == 'release'
7070
uses: pypa/gh-action-pypi-publish@release/v1
71-
with:
72-
password: ${{ secrets.PYPI_API_TOKEN }}
7371

7472
asset:
7573
needs: [build]

0 commit comments

Comments
 (0)