File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -205,18 +205,23 @@ jobs:
205205 platform :
206206 - runner : ubuntu-24.04
207207 image : linux
208+ tag : manylinux
208209 target : x86_64
209210 - runner : ubuntu-24.04-arm
210211 image : linux
212+ tag : manylinux
211213 target : aarch64
212214 - runner : windows-latest
213215 image : windows
216+ tag : win
214217 target : x64
215218 - runner : macos-15-intel
216219 image : macos
220+ tag : macosx
217221 target : x86_64
218222 - runner : macos-15
219223 image : macos
224+ tag : macosx
220225 target : aarch64
221226 python :
222227 - semver : " 3.11"
@@ -261,7 +266,7 @@ jobs:
261266 uses :
frequenz-floss/[email protected] 262267 with :
263268 python-version : ${{ matrix.python.semver }}
264- dependencies : dist/*${{ matrix.python.wheelver }}*.whl
269+ dependencies : dist/*${{ matrix.python.wheelver }}-${{ matrix.platform.tag }} *.whl
265270
266271 - name : Print installed packages (debug)
267272 run : python -m pip freeze
You can’t perform that action at this time.
0 commit comments