File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 shell : bash -el {0}
2626 steps :
2727 - name : Checkout repo
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v4
2929
3030 - name : Setup micromamba
31- uses : mamba-org/setup-micromamba@v1
31+ uses : mamba-org/setup-micromamba@v2
3232 with :
3333 environment-file : environment-python-dev.yml
3434 cache-environment : true
Original file line number Diff line number Diff line change 44 release :
55 types :
66 - published
7+ pull_request : # also build on PRs touching any file below
8+ paths :
9+ - " .github/workflows/python-wheels.yml"
10+ - " pyproject.toml"
11+ - " CMakeLists.txt"
12+ - " python/CMakeLists.txt"
713
814name : Python wheels
915
5056 uses : actions/checkout@v4
5157
5258 - name : Build wheels
53- uses : pypa/cibuildwheel@v2.22
59+ uses : pypa/cibuildwheel@v3.0
5460 env :
5561 # skip PyPy and muslinux (for now)
5662 CIBW_SKIP : " pp* *musllinux*"
Original file line number Diff line number Diff line change 3434 if : runner.os == 'Linux'
3535
3636 - name : Setup micromamba
37- uses : mamba-org/setup-micromamba@v1
37+ uses : mamba-org/setup-micromamba@v2
3838 with :
3939 environment-file : environment-dev.yml
4040 cache-environment : true
7070 uses : actions/checkout@v4
7171
7272 - name : Setup micromamba
73- uses : mamba-org/setup-micromamba@v1
73+ uses : mamba-org/setup-micromamba@v2
7474 with :
7575 environment-file : environment-python-dev.yml
7676 cache-environment : true
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ if(SKBUILD AND FS_DOWNLOAD_XTENSOR_PYTHON)
3333
3434 FetchContent_Declare(xtl
3535 GIT_REPOSITORY https://github.com/xtensor-stack/xtl
36- GIT_TAG 0.7.5
36+ GIT_TAG 0.7.7
3737 GIT_SHALLOW TRUE )
3838 FetchContent_MakeAvailable(xtl)
3939
You can’t perform that action at this time.
0 commit comments