diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c290acfa7796cca9c3661ab658c5f45a198b7baa..4036e288bd5f248de2f41518a3d561b221470243 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: - name: Check products run: pipx run twine check dist/* - - uses: pypa/gh-action-pypi-publish@v1.8.1 + - uses: pypa/gh-action-pypi-publish@v1.8.3 if: github.event_name == 'release' && github.event.action == 'published' with: # Remember to generate this and set it in "GitHub Secrets"