Skip to content

Commit 25b78a9

Browse files
authored
update publish actions
1 parent 51c3339 commit 25b78a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ jobs:
3535
if: github.event_name == 'release' && github.event.action == 'published'
3636
uses: pypa/gh-action-pypi-publish@release/v1
3737
with:
38-
user: __token__
39-
password: ${{ secrets.pypi_password }}
38+
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)