diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 381730369..ce378950b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: - run: ls -lha dist/ - name: Run upload - uses: pypa/gh-action-pypi-publish@v1.13.0 # zizmor: ignore[unpinned-uses] + uses: pypa/gh-action-pypi-publish@v1.14.0 # zizmor: ignore[unpinned-uses] notify: if: ${{ !cancelled() && (github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') }}