diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 98ef335..84f5604 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,7 +52,7 @@ jobs: # https://github.com/marketplace/actions/pypi-publish # https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@v1.10.1 + uses: pypa/gh-action-pypi-publish@v1.10.2 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') with: user: __token__