From 1da76b50bf86636724b9caa7ee341f026fae8a40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 11:49:04 +0000 Subject: [PATCH] Update pypa/cibuildwheel action to v2.14.1 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9fb2c249..97c55328 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: # https://github.com/pypa/cibuildwheel - name: Build wheels - uses: pypa/cibuildwheel@v2.13.1 + uses: pypa/cibuildwheel@v2.14.1 with: output-dir: dist # Options are supplied via environment variables: @@ -93,7 +93,7 @@ jobs: # https://github.com/pypa/cibuildwheel - name: Build wheels - uses: pypa/cibuildwheel@v2.13.1 + uses: pypa/cibuildwheel@v2.14.1 with: output-dir: dist # Options are supplied via environment variables: