Skip to content

Commit 10a32a9

Browse files
Merge pull request #9 from MatthewSZhang/cibw
CI update cibw for Python 3.13
2 parents c03ffc9 + 7dc837c commit 10a32a9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: Test with doctest
4141
shell: bash
4242
run: |
43+
pixi run doc
4344
CMD=doctest pixi run doc
4445
- name: Test coverage
4546
shell: bash
@@ -69,7 +70,7 @@ jobs:
6970
steps:
7071
- uses: actions/checkout@v4
7172
- name: Build wheels
72-
uses: pypa/cibuildwheel@v2.19.2
73+
uses: pypa/cibuildwheel@v2.21.3
7374
env:
7475
CIBW_BUILD: cp3*-*
7576
CIBW_SKIP: pp* *i686* *musllinux* *-macosx_universal2 *-manylinux_ppc64le *-manylinux_s390x

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ wheels/
2828

2929
# Used by sphinx
3030
doc/_build/
31-
doc/generated/
31+
doc/generated/
32+
doc/auto_examples/
33+
doc/sg_execution_times.rst

0 commit comments

Comments
 (0)