Skip to content

Commit 855cd02

Browse files
committed
maint: update actions versions in CI
1 parent ae578bb commit 855cd02

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/buildwheel.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v3
17+
1718
- uses: actions/setup-python@v4
19+
with:
20+
python-version: '3.10'
1821

1922
- name: Build wheels
20-
uses: pypa/cibuildwheel@v2.3.1
23+
uses: pypa/cibuildwheel@v2.11.2
2124
env:
2225
CIBW_BUILD: cp39-* cp310-* cp311-*
2326
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
@@ -31,7 +34,7 @@ jobs:
3134
LD_LIBRARY_PATH=$(pwd)/.local/lib:$LD_LIBRARY_PATH
3235
CIBW_TEST_COMMAND: python -c 'import flint; print(str(flint.fmpz(2)))'
3336

34-
- uses: actions/upload-artifact@v2
37+
- uses: actions/upload-artifact@v3
3538
with:
3639
path: wheelhouse/*.whl
3740

0 commit comments

Comments
 (0)