Skip to content

Commit 0c2d3a2

Browse files
committed
Fix github action
1 parent a318125 commit 0c2d3a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
uses: pypa/gh-action-pypi-publish@v1.12.2
5050
with:
5151
user: __token__
52-
password: ${{ secrets.PYPI_PASSWORD }}
52+
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)