Skip to content

Commit

Permalink
ci: watcher-py-wheels to wheels for less verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Oct 6, 2024
1 parent d626d7b commit 4217ec0
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Watcher Py Wheels
name: Wheels

on:
push:
Expand All @@ -15,7 +15,7 @@ on:
# - https://cibuildwheel.pypa.io/en/stable/setup
# - https://github.com/scikit-image/scikit-image/blob/main/.github/workflows/wheels_recipe.yml
jobs:
watcher-py-wheels-linux:
wheels-linux:
name: (x86_64|aarch64)-unknown-linux-(gnu|musl)
runs-on: ubuntu-latest
steps:
Expand All @@ -32,9 +32,9 @@ jobs:
- run: python3 tool/shasum.py wheelhouse mk
- uses: actions/upload-artifact@v4
with:
name: watcher-py-wheels-linux
name: wheels-linux
path: wheelhouse/*
watcher-py-wheels-apple:
wheels-apple:
name: aarch64-apple-darwin
runs-on: macos-latest
steps:
Expand All @@ -50,5 +50,5 @@ jobs:
- run: python3 tool/shasum.py wheelhouse mk
- uses: actions/upload-artifact@v4
with:
name: watcher-py-wheels-apple
name: wheels-apple
path: wheelhouse/*

0 comments on commit 4217ec0

Please sign in to comment.