File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
- name : Set up micromamba
25
25
uses : mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
26
26
- name : Build wheels
27
- uses : pypa/cibuildwheel@v2.22 .0
27
+ uses : pypa/cibuildwheel@v2.23 .0
28
28
- uses : actions/upload-artifact@v4
29
29
with :
30
30
path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change 22
22
- name : Checkout branch
23
23
uses : actions/checkout@v4
24
24
- name : Set up pixi
25
- uses :
prefix-dev/[email protected] .1
25
+ uses :
prefix-dev/[email protected] .3
26
26
with :
27
27
environments : lint default
28
28
- name : pre-commit
49
49
- name : Checkout branch
50
50
uses : actions/checkout@v4
51
51
- name : Set up pixi
52
- uses : prefix-dev/setup-pixi@992a3081e2f87829e0fff9fb29f4fe6a5d1e80a2
52
+ uses : prefix-dev/setup-pixi@2970de4ad95fecdf1c3173999267d5b28c01853e
53
53
with :
54
54
environments : ${{ matrix.environment }}
55
55
- name : Update dependencies
Original file line number Diff line number Diff line change 25
25
- name : Checkout branch
26
26
uses : actions/checkout@v4
27
27
- name : Set up pixi
28
- uses : prefix-dev/setup-pixi@992a3081e2f87829e0fff9fb29f4fe6a5d1e80a2
28
+ uses : prefix-dev/setup-pixi@2970de4ad95fecdf1c3173999267d5b28c01853e
29
29
with :
30
30
environments : ${{ matrix.environment }}
31
31
- name : Update dependencies
Original file line number Diff line number Diff line change 46
46
GIT_DESCRIBE_NUMBER="$(git rev-list --count ${GIT_DESCRIBE_TAG}..HEAD || echo UNKNOWN)"
47
47
echo GIT_DESCRIBE_NUMBER=$GIT_DESCRIBE_NUMBER >> $GITHUB_OUTPUT
48
48
49
- - uses : prefix-dev/rattler-build-action@b1147fbfc554014f7b152296deeab0de1789f05d # v0.2.30
49
+ - uses : prefix-dev/rattler-build-action@6f0cd2ff475379a6da7221b22894613bb26a65ab # v0.2.31
50
50
with :
51
51
recipe-path : conda.recipe/recipe.yaml
52
52
build-args : -m .ci_support/${{ matrix.variant-file }}.yaml --target-platform ${{ matrix.target-platform }} ${{ matrix.rattler-build-args }}
You can’t perform that action at this time.
0 commit comments