diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10b9faa..72f1f59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: - name: Check products run: pipx run twine check dist/* - - uses: pypa/gh-action-pypi-publish@v1.10.2 + - uses: pypa/gh-action-pypi-publish@v1.10.3 if: github.event_name == 'release' && github.event.action == 'published' with: password: ${{ secrets.pypi_password }}