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 f63868e commit bb3ad34Copy full SHA for bb3ad34
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
release-tag: ${{ needs.prepare.outputs.version }}
61
62
- name: Upload package to pypi
63
- uses: pypa/[email protected].6
+ uses: pypa/[email protected].8
64
with:
65
user: __token__
66
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments