We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536570c commit 41bd3a6Copy full SHA for 41bd3a6
.github/workflows/python-publish.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build package
27
run: python -m build
28
- name: Publish package
29
- uses: pypa/[email protected].8
+ uses: pypa/[email protected].10
30
with:
31
user: __token__
32
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments