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 e3c934e commit 1bd53f3Copy full SHA for 1bd53f3
.github/workflows/pypi-release.yaml
@@ -71,7 +71,7 @@ jobs:
71
name: releases
72
path: dist
73
- name: Publish package to PyPI
74
- uses: pypa/gh-action-pypi-publish@v1.10.0
+ uses: pypa/gh-action-pypi-publish@v1.11.0
75
with:
76
user: __token__
77
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments