We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7e8d76 + 17226a1 commit 4482f8bCopy full SHA for 4482f8b
.github/workflows/publish.yml
@@ -23,6 +23,6 @@ jobs:
23
- name: Build distribution
24
run: python -m build
25
- name: Publish
26
- uses: pypa/gh-action-pypi-publish@v1.10.2
+ uses: pypa/gh-action-pypi-publish@v1.12.2
27
with:
28
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments