File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -104,10 +104,30 @@ jobs:
104
104
with :
105
105
name : wheels-linux-x86_64
106
106
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
107
123
- uses : actions/download-artifact@v4
108
124
with :
109
125
name : wheels-macos-x86_64
110
126
path : wheels-macos-x86_64
127
+ - uses : actions/download-artifact@v4
128
+ with :
129
+ name : wheels-macos-aarch64
130
+ path : wheels-macos-aarch64
111
131
- uses : actions/download-artifact@v4
112
132
with :
113
133
name : wheels-sdist
@@ -118,4 +138,4 @@ jobs:
118
138
MATURIN_PYPI_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
119
139
with :
120
140
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/*
You can’t perform that action at this time.
0 commit comments