From dda0c63099d7e1aaa7aec967fe212359ef4ca2cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 05:35:04 +0000 Subject: [PATCH] Update pypa/cibuildwheel action to v2.21.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..3530328b35 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.21.0 with: output-dir: dist