Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Apr 12, 2024
1 parent e366431 commit 90955d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels_recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
SKIMAGE_LINK_FLAGS: "-Wl,--strip-debug"
- uses: actions/upload-artifact@v4
with:
name: skimage-wheels-${{ matrix.os }}-${{ strategy.job-index }}
name: skimage-wheels-${{ matrix.os }}-${{ matrix.cibw_python }}-${{ matrix.cibw_arch }}
path: ./dist/*.whl

build_linux_aarch64_wheels:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
SKIMAGE_LINK_FLAGS: "-Wl,--strip-debug"
- uses: actions/upload-artifact@v4
with:
name: skimage-wheels-${{ matrix.os }}-${{ strategy.job-index }}
name: skimage-wheels-${{ matrix.os }}-${{ matrix.cibw_python }}-${{ matrix.cibw_arch }}
path: ./dist/*.whl

build_macos_wheels:
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: skimage-wheels-${{ matrix.os }}-${{ strategy.job-index }}
name: skimage-wheels-${{ matrix.os }}-${{ matrix.cibw_python }}-${{ matrix.cibw_arch }}
path: ./dist/*.whl

build_windows_wheels:
Expand Down Expand Up @@ -237,5 +237,5 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: skimage-wheels-${{ matrix.os }}-${{ strategy.job-index }}
name: skimage-wheels-${{ matrix.os }}-${{ matrix.cibw_python }}-${{ matrix.cibw_arch }}
path: ./dist/*.whl

0 comments on commit 90955d3

Please sign in to comment.