We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca44c3 commit a117274Copy full SHA for a117274
.github/workflows/tests.yml
@@ -85,6 +85,6 @@ jobs:
85
token: ${{ secrets.GITHUB_TOKEN }}
86
87
- name: PyPI Publish
88
- uses: pypa/gh-action-pypi-publish@v1.12.2
+ uses: pypa/gh-action-pypi-publish@v1.12.3
89
with:
90
packages-dir: ${{ steps.download.outputs.download-path }}
0 commit comments