diff --git a/.github/workflows/build_wheels_on_release.yml b/.github/workflows/build_wheels_on_release.yml index 086501b..c3f9559 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.13.0 + - uses: pypa/gh-action-pypi-publish@v1.14.0 concurrency: group: ${{ github.workflow }}-${{ github.ref }}