diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5cc6dedc..27ed75c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: --outdir dist/ . - name: Publish a Python distribution to PyPI - uses: pypa/gh-action-pypi-publish@v1.4.2 + uses: pypa/gh-action-pypi-publish@v1.13.0 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') with: user: __token__