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 23766f7 commit 4fbdc10Copy full SHA for 4fbdc10
.github/workflows/python.yml
@@ -84,7 +84,7 @@ jobs:
84
run: pyproject-build --wheel --outdir dist .
85
- name: Publish to PyPi
86
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
87
- uses: pypa/gh-action-pypi-publish@v1.9.0
+ uses: pypa/gh-action-pypi-publish@v1.10.2
88
89
90
0 commit comments