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 6add46d commit ca2aa56Copy full SHA for ca2aa56
.github/workflows/build-and-release.yaml
@@ -38,7 +38,7 @@ jobs:
38
package-dir: .
39
output-dir: wheelhouse
40
41
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
42
with:
43
path: ./wheelhouse/*.whl
44
@@ -66,7 +66,7 @@ jobs:
66
67
68
- name: Upload wheels as artifacts
69
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
70
71
72
@@ -89,7 +89,7 @@ jobs:
89
- name: Build source distribution
90
run: |
91
python -m build --sdist
92
93
94
path: ./dist/*.tar.gz
95
0 commit comments