diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ea5938..235e6ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: - name: Check products run: pipx run twine check dist/* - - uses: pypa/gh-action-pypi-publish@v1.6.4 + - uses: pypa/gh-action-pypi-publish@v1.8.6 if: github.event_name == 'release' && github.event.action == 'published' with: user: __token__