diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 675be29c..49e525e5 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -40,7 +40,7 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.20.0 env: - CIBW_ARCHS_LINUX: "x86_64 aarch64" + CIBW_ARCHS_LINUX: "x86_64" CIBW_ARCHS_MACOS: "x86_64 arm64" CIBW_BUILD: ${{ matrix.python[1] }} CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28 diff --git a/.readthedocs.yml b/.readthedocs.yml index b786d80a..70090572 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,6 +4,11 @@ build: os: ubuntu-22.04 tools: python: "mambaforge-4.10" + jobs: + post_checkout: + # Use `git log` to check if the latest commit contains "skip ci", + # in that case exit the command with 183 to cancel the build + - (git --no-pager log --pretty="tformat:%s -- %b" -1 | grep -viq "skip docs") || exit 183 conda: