We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8871e9f commit fafd003Copy full SHA for fafd003
.github/workflows/publish_pipy.yml
@@ -21,5 +21,5 @@ jobs:
21
if: startsWith(github.ref, 'refs/tags')
22
uses: pypa/[email protected]
23
with:
24
- password: {{ '${{ secrets.PYPI_PASSWORD }}' }}
+ password: ${{ secrets.PYPI_PASSWORD }}
25
0 commit comments