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