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 8df717a commit eb392f2Copy full SHA for eb392f2
.github/workflows/release.yaml
@@ -52,7 +52,7 @@ jobs:
52
# https://github.com/marketplace/actions/pypi-publish
53
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
54
- name: Publish package to PyPI
55
- uses: pypa/gh-action-pypi-publish@v1.10.2
+ uses: pypa/gh-action-pypi-publish@v1.10.3
56
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
57
with:
58
user: __token__
0 commit comments