We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51420b8 commit a244cc6Copy full SHA for a244cc6
.github/workflows/deploy-test-pypi.yml
@@ -262,7 +262,7 @@ jobs:
262
merge-multiple: true
263
path: dist
264
265
- - uses: pypa/gh-action-pypi-publish@v1.10.3
+ - uses: pypa/gh-action-pypi-publish@v1.12.4
266
with:
267
user: __token__
268
# password: ${{ secrets.pypi_password }}
.github/workflows/deploy.yml
@@ -265,7 +265,7 @@ jobs:
269
270
271
password: ${{ secrets.pypi_password }}
0 commit comments