From d045ce86d3573d9c0068e12ed244eb097cb704ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 11:33:02 +0000 Subject: [PATCH] Update pypa/cibuildwheel action to v2.22.0 --- .github/workflows/publish_to_pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_to_pypi.yaml b/.github/workflows/publish_to_pypi.yaml index 86c8fbf1f3..a1cda77b6d 100644 --- a/.github/workflows/publish_to_pypi.yaml +++ b/.github/workflows/publish_to_pypi.yaml @@ -50,7 +50,7 @@ jobs: # run: docker build . --file packaging/Docker/Dockerfile.manylinux -t sogno/dpsim:manylinux - name: Build dpsim wheels for all supported python versions - uses: pypa/cibuildwheel@v2.18.0 + uses: pypa/cibuildwheel@v2.22.0 with: output-dir: dist