From 94f7b6dbd48a7a446a2f01400dd2b1c3a7253d02 Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Tue, 20 Aug 2024 07:54:43 -0500 Subject: [PATCH] Remove hardcoded version for cibuildwheel --- .github/workflows/python-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index e76886e1c..93de4eaa0 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -45,7 +45,7 @@ jobs: uses: egor-tensin/vs-shell@v2 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.16.5 + run: python -m pip install cibuildwheel - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse