diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da8ee6a..3274c8d 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.8 + - uses: pypa/gh-action-pypi-publish@v1.13.0 if: github.event_name == 'release' && github.event.action == 'published' with: password: ${{ secrets.PYPI_TOKEN }}