diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4637ae43..32f1f28d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Build and Test on: push: - branches: [main] + # branches: [main] pull_request: branches: [main] paths-ignore: @@ -104,7 +104,7 @@ jobs: echo "CIBW_SKIP=${CIBW_SKIP} *-musllinux_* cp38-*_aarch64 cp39-*_aarch64 cp311-*_aarch64 cp312-*_aarch64 cp313-*_aarch64" >> $GITHUB_ENV - name: Build & Test Wheels - uses: pypa/cibuildwheel@v2.19.2 + uses: pypa/cibuildwheel@de84624d7075abbe3704bbe343d17f3bc85c9cb8 - name: Upload artifact uses: actions/upload-artifact@v2