From 451dac6fedd06cb2aa33b2f0a35f812aed4692c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 08:47:12 +0000 Subject: [PATCH] chore(deps): update pypa/cibuildwheel action to v2.18.1 --- .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 304bd72e83..d7c72d768c 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.11.2 + uses: pypa/cibuildwheel@v2.18.1 with: output-dir: dist