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 8fb626d commit 955baefCopy full SHA for 955baef
.github/workflows/build-publish.yaml
@@ -28,7 +28,7 @@ jobs:
28
build-requirements: 'pybind11'
29
30
- name: Upload wheels
31
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
32
with:
33
name: manylinux-wheels
34
path: dist/*manylinux*.whl
@@ -57,7 +57,7 @@ jobs:
57
run: python -m pip wheel . --no-deps -w ./dist
58
59
60
61
62
name: macos-wheels
63
path: dist/*.whl
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
96
97
name: windows-wheels
98
0 commit comments