From f92ebc965e5316b2a788ff663f273c3afa8cf5d5 Mon Sep 17 00:00:00 2001 From: Zhymabek Roman <61125068+ZhymabekRoman@users.noreply.github.com> Date: Mon, 20 May 2024 09:17:42 +0500 Subject: [PATCH] fix: Windows CI build fix --- .github/workflows/pypi_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi_release.yml b/.github/workflows/pypi_release.yml index d46e02b..ac7c4e3 100644 --- a/.github/workflows/pypi_release.yml +++ b/.github/workflows/pypi_release.yml @@ -26,7 +26,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.18.0 with: package-dir: ./python output-dir: ./python/wheelhouse