Skip to content

Commit

Permalink
only build x86 on linux now [skip tests] [skip docs]
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Aug 26, 2024
1 parent 68f06a3 commit 863af9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
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
Expand Down
5 changes: 5 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 863af9f

Please sign in to comment.