We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b59caf commit 75c0ca5Copy full SHA for 75c0ca5
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Build binary wheel and source tarball
42
run: make dist
43
- name: Publish package
44
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1.11
45
with:
46
user: __token__
47
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments