Skip to content

Commit a3dbfa5

Browse files
2 parents b74d386 + c756bc4 commit a3dbfa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v5
1818

1919
- name: Build wheels
20-
uses: pypa/cibuildwheel@v3.1.4
20+
uses: pypa/cibuildwheel@v3.2.0
2121
# env:
2222
# CIBW_SOME_OPTION: value
2323
# ...

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v5
16-
- uses: prefix-dev/[email protected].0
16+
- uses: prefix-dev/[email protected].1
1717
with:
1818
# pixi-version: v0.22.0 don't want to hard code this!
1919
cache: true

0 commit comments

Comments
 (0)