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