We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f484d5 + 1e83be6 commit fc45edcCopy full SHA for fc45edc
1 file changed
.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.8.10
+ uses: pypa/gh-action-pypi-publish@v1.8.11
27
with:
28
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments