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.
2 parents c148adb + be85a07 commit bca8583Copy full SHA for bca8583
.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.3
+ uses: pypa/gh-action-pypi-publish@v1.11.0
56
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
57
with:
58
user: __token__
0 commit comments