Skip to content

Commit 57e17a1

Browse files
committed
fixed github workflow
1 parent a6bf3c2 commit 57e17a1

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.github/workflows/CI.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,30 @@ jobs:
104104
with:
105105
name: wheels-linux-x86_64
106106
path: wheels-linux-x86_64
107+
- uses: actions/download-artifact@v4
108+
with:
109+
name: wheels-linux-x86
110+
path: wheels-linux-x86
111+
- uses: actions/download-artifact@v4
112+
with:
113+
name: wheels-linux-aarch64
114+
path: wheels-linux-aarch64
115+
- uses: actions/download-artifact@v4
116+
with:
117+
name: wheels-linux-armv7
118+
path: wheels-linux-armv7
119+
- uses: actions/download-artifact@v4
120+
with:
121+
name: wheels-linux-ppc64le
122+
path: wheels-linux-ppc64le
107123
- uses: actions/download-artifact@v4
108124
with:
109125
name: wheels-macos-x86_64
110126
path: wheels-macos-x86_64
127+
- uses: actions/download-artifact@v4
128+
with:
129+
name: wheels-macos-aarch64
130+
path: wheels-macos-aarch64
111131
- uses: actions/download-artifact@v4
112132
with:
113133
name: wheels-sdist
@@ -118,4 +138,4 @@ jobs:
118138
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
119139
with:
120140
command: upload
121-
args: --non-interactive --skip-existing wheels-linux-x86_64/* wheels-macos-x86_64/* wheels-sdist/*
141+
args: --non-interactive --skip-existing wheels-linux-x86_64/* wheels-linux-x86/* wheels-linux-aarch64/* wheels-linux-armv7/* wheels-linux-ppc64le/* wheels-macos-x86_64/* wheels-macos-aarch64/* wheels-sdist/*

0 commit comments

Comments
 (0)