We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8286bea commit 503883dCopy full SHA for 503883d
.github/workflows/prerelease.yml
@@ -80,7 +80,7 @@ jobs:
80
name: built-artifacts
81
path: dist/
82
83
- - uses: pypa/gh-action-pypi-publish@v1.6.4
+ - uses: pypa/gh-action-pypi-publish@v1.8.4
84
with:
85
user: ${{ secrets.PRIVATE_PYPI_USERNAME }}
86
password: ${{ secrets.PRIVATE_PYPI_PASSWORD }}
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
user: __token__
75
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments