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 232c898 commit 4b25a79Copy full SHA for 4b25a79
.github/workflows/buildwheels.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build sdist
29
run: pipx run build --sdist
30
31
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
32
with:
33
path: dist/*.tar.gz
34
@@ -65,15 +65,15 @@ jobs:
65
CIBW_TEST_SKIP: "*-win_arm64"
66
CIBW_BUILD_FRONTEND: "build"
67
68
69
70
path: ./wheelhouse/*.whl
71
72
upload_pypi:
73
needs: [build_wheels, build_sdist]
74
runs-on: ubuntu-latest
75
steps:
76
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
77
78
# unpacks default artifact into dist/
79
# if `name: artifact` is omitted, the action will create extra parent dir
0 commit comments