We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f0c4c commit be52b3dCopy full SHA for be52b3d
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
github_token: ${{ secrets.GH_TOKEN }}
83
84
- name: Publish package distributions to PyPI
85
- uses: pypa/gh-action-pypi-publish@v1.12.2
+ uses: pypa/gh-action-pypi-publish@v1.12.3
86
87
# NOTE: DO NOT wrap the conditional in ${{ }} as it will always evaluate to true.
88
# See https://github.com/actions/runner/issues/1173
0 commit comments