diff --git a/.github/workflows/build_wheels_on_release.yml b/.github/workflows/build_wheels_on_release.yml index ac5ed0d..c743003 100644 --- a/.github/workflows/build_wheels_on_release.yml +++ b/.github/workflows/build_wheels_on_release.yml @@ -68,7 +68,7 @@ jobs: pattern: cibw-* path: dist merge-multiple: true - - uses: pypa/gh-action-pypi-publish@v1.14.1 + - uses: pypa/gh-action-pypi-publish@v1.14.2 concurrency: group: ${{ github.workflow }}-${{ github.ref }}