From 0ca067a57cdd401c76d3a072f40e0ecc5ad0d3eb Mon Sep 17 00:00:00 2001 From: John San Soucie <44901782+san-soucie@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:24:33 -0400 Subject: [PATCH] fix: cibuildwheel action version (#29) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 00f510b..8892bad 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2 + uses: pypa/cibuildwheel@v2.16.1 - uses: actions/upload-artifact@v3 with: path: ./wheelhouse/*.whl