From fe4990fb2261a72790f79b293629ca51c3849df1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:09:56 +0000 Subject: [PATCH] Update pypa/cibuildwheel action to v2.15.0 --- .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 620dacb..63d4f85 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.14.1 + uses: pypa/cibuildwheel@v2.15.0 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.14.1 + uses: pypa/cibuildwheel@v2.15.0 with: output-dir: dist # Options are supplied via environment variables: