We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e739671 commit c27991dCopy full SHA for c27991d
1 file changed
.github/workflows/wheels.yml
@@ -105,7 +105,7 @@ jobs:
105
cp -r cp311-macosx/*.whl dist/
106
cp -r cp38-macosx/*.whl dist/
107
cp -r cp39-macosx/*.whl dist/
108
- - uses: pypa/gh-action-pypi-publish@v1.8.11
+ - uses: pypa/gh-action-pypi-publish@v1.8.12
109
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
110
with:
111
user: __token__
0 commit comments