Skip to content

Commit 64b4beb

Browse files
authored
Update python-publish.yml
1 parent 7543ff7 commit 64b4beb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
with:
2222
repository_name: "WCC-PYPI"
2323
repository_url: "https://pypi.wochacha.cn/"
24-
repository_username: "${{ secrets.WCC_PYPI_USERNAME }}"
25-
repository_password: "${{ secrets.WCC_PYPI_PASSWORD }}"
24+
repository_username: ${{ secrets.WCC_PYPI_USERNAME }}
25+
repository_password: ${{ secrets.WCC_PYPI_PASSWORD }}

0 commit comments

Comments
 (0)