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 d2ef019 commit 8aa1e08Copy full SHA for 8aa1e08
.github/workflows/deploy.yml
@@ -63,7 +63,7 @@ jobs:
63
find . -name '*.tar.gz' -exec mv '{}' dist/ \;
64
find . -name '*.whl' -exec mv '{}' dist/ \;
65
- name: Publish package to test pypi
66
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
67
with:
68
user: __token__
69
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments