Skip to content

Commit 6049e83

Browse files
committed
Ensure the free-threading builds don't get picked up
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 955616b commit 6049e83

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)