diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 1f207600..9406e470 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -192,7 +192,7 @@ jobs: fi shell: bash - name: Build wheels - uses: pypa/cibuildwheel@v2.14.0 + uses: pypa/cibuildwheel@v2.14.1 env: CIBW_ARCHS_MACOS: x86_64 arm64 universal2 - uses: actions/upload-artifact@v3