diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aba7f04..2b5ab38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: - name: Check products run: pipx run twine check dist/* - - uses: pypa/gh-action-pypi-publish@v1.8.12 + - uses: pypa/gh-action-pypi-publish@v1.12.3 if: github.event_name == 'release' && github.event.action == 'published' with: user: __token__