Skip to content

Commit 143e7b1

Browse files
build: update upload artifact to v4
1 parent e17181d commit 143e7b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
CIBW_BEFORE_BUILD: pip install oldest-supported-numpy setuptools wheel cython
3636
CIBW_ARCHS_MACOS: "x86_64 arm64"
3737

38-
- uses: actions/upload-artifact@v2
38+
- uses: actions/upload-artifact@v4
3939
with:
4040
path: ./wheelhouse/*.whl

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py38,py39,py310,py311
2+
envlist = py38,py39,py310,py311,py312
33

44
[testenv]
55
platform = darwin

0 commit comments

Comments
 (0)