Skip to content

Commit fafd003

Browse files
committed
Fix pipy publishing workflow.
1 parent 8871e9f commit fafd003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_pipy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
if: startsWith(github.ref, 'refs/tags')
2222
uses: pypa/[email protected]
2323
with:
24-
password: {{ '${{ secrets.PYPI_PASSWORD }}' }}
24+
password: ${{ secrets.PYPI_PASSWORD }}
2525

0 commit comments

Comments
 (0)