We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394e621 commit 8e3ed62Copy full SHA for 8e3ed62
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build distribution
30
run: python -m build
31
- name: Publish
32
- uses: pypa/gh-action-pypi-publish@v1.7.1
+ uses: pypa/gh-action-pypi-publish@v1.8.1
33
with:
34
password: ${{ secrets.PYPI_API_TOKEN }}
35
- name: Dump GitHub context
0 commit comments