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 7d08a1c commit 88f2399Copy full SHA for 88f2399
.github/workflows/python-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build package
21
run: python -m build
22
- name: Publish package
23
- uses: pypa/[email protected].2
+ uses: pypa/[email protected].3
24
with:
25
user: __token__
26
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments