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 77ae33c commit 8476b71Copy full SHA for 8476b71
.github/workflows/main.yml
@@ -37,7 +37,11 @@ jobs:
37
env:
38
CIBW_BUILD: "cp39-*"
39
CIBW_ARCHS_LINUX: auto, aarch64
40
-
+
41
+ - uses: actions/upload-artifact@v2
42
+ with:
43
+ path: ./wheelhouse/*.whl
44
45
build_sdist:
46
name: Build source distribution
47
runs-on: ubuntu-latest
@@ -59,10 +63,6 @@ jobs:
59
63
# alternatively, to publish when a GitHub Release is created, use the following rule:
60
64
# if: github.event_name == 'release' && github.event.action == 'published'
61
65
steps:
62
- - uses: actions/upload-artifact@v2
- with:
- path: ./wheelhouse/*.whl
66
- uses: actions/download-artifact@v2
67
with:
68
name: artifact
0 commit comments