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 0aa2448 commit e2143fcCopy full SHA for e2143fc
1 file changed
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build wheels
31
run: python -m cibuildwheel --output-dir wheelhouse
32
33
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
34
with:
35
path: ./wheelhouse/*.whl
36
@@ -47,7 +47,7 @@ jobs:
47
- name: Build sdist
48
run: pipx run build --sdist
49
50
51
52
path: dist/*.tar.gz
53
@@ -56,7 +56,7 @@ jobs:
56
needs: [build_wheels, build_sdist]
57
runs-on: ubuntu-latest
58
steps:
59
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
60
61
name: artifact
62
path: dist
0 commit comments