We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342be73 commit 564a35dCopy full SHA for 564a35d
1 file changed
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
path: ./docs-dist/html
39
- name: Deploy package to PyPI
40
continue-on-error: true
41
- uses: pypa/gh-action-pypi-publish@v1.4.1
+ uses: pypa/gh-action-pypi-publish@release/v1.14
42
with:
43
user: __token__
44
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments