diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b10abc880..0f4f72c80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: mv dist/envd_darwin_amd64_v1/envd bin/envd chmod +x bin/envd - name: Build wheels - uses: pypa/cibuildwheel@v2.10.1 + uses: pypa/cibuildwheel@v2.10.2 env: CIBW_ARCHS: auto64 - name: Build source distribution