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 3590fa7 commit 561477bCopy full SHA for 561477b
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
# configure cibuildwheel to build native archs ('auto'), and some
26
# emulated ones
27
CIBW_ARCHS_LINUX: auto aarch64
28
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
29
with:
30
path: ./wheelhouse/*.whl
31
@@ -36,6 +36,6 @@ jobs:
36
- uses: actions/checkout@v3
37
- name: Build SDist
38
run: pipx run build --sdist
39
40
41
path: dist/*.tar.gz
0 commit comments