Skip to content

Commit 8476b71

Browse files
authored
Update main.yml
1 parent 77ae33c commit 8476b71

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ jobs:
3737
env:
3838
CIBW_BUILD: "cp39-*"
3939
CIBW_ARCHS_LINUX: auto, aarch64
40-
40+
41+
- uses: actions/upload-artifact@v2
42+
with:
43+
path: ./wheelhouse/*.whl
44+
4145
build_sdist:
4246
name: Build source distribution
4347
runs-on: ubuntu-latest
@@ -59,10 +63,6 @@ jobs:
5963
# alternatively, to publish when a GitHub Release is created, use the following rule:
6064
# if: github.event_name == 'release' && github.event.action == 'published'
6165
steps:
62-
- uses: actions/upload-artifact@v2
63-
with:
64-
path: ./wheelhouse/*.whl
65-
6666
- uses: actions/download-artifact@v2
6767
with:
6868
name: artifact

0 commit comments

Comments
 (0)