We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b416b commit f5ee2d5Copy full SHA for f5ee2d5
.github/workflows/build.yml
@@ -16,8 +16,9 @@ jobs:
16
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*
17
CIBW_ARCHS: auto64
18
19
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
20
with:
21
+ name: wheels
22
path: ./wheelhouse/*.whl
23
24
build_legacy_wheels:
@@ -33,8 +34,9 @@ jobs:
33
34
CIBW_BUILD: cp27-* cp35-*
35
36
37
38
39
+ name: legacy-wheels
40
41
42
build_sdist:
@@ -46,6 +48,7 @@ jobs:
46
48
- name: Build sdist
47
49
run: pipx run build --sdist
50
51
52
53
+ name: sdist
54
path: dist/*.tar.gz
0 commit comments