We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58dcac6 commit 74e4af2Copy full SHA for 74e4af2
1 file changed
.github/workflows/build_wheels.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build sdist
25
run: pipx run build --sdist
26
27
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
28
with:
29
name: sdist
30
path: dist/*.tar.gz
@@ -71,7 +71,7 @@ jobs:
71
CIBW_BUILD: "cp3{8..14}{t,}-${{ matrix.wheel_type }}"
72
CIBW_ARCHS_LINUX: auto
73
CIBW_ENABLE: cpython-prerelease cpython-freethreading
74
75
76
name: ${{ matrix.wheel_type }}-wheels
77
path: ./wheelhouse/*.whl
0 commit comments