Skip to content

Commit

Permalink
🩹 fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer committed Sep 29, 2023
1 parent ed3bcaf commit be881f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ concurrency:

jobs:
build_wheels:
name: ${{ matrix.config.os }} wheels
runs-on: ${{ matrix.config.os }}
name: ${{ matrix.runs-on }} wheels
runs-on: ${{ matrix.runs-on }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit be881f3

Please sign in to comment.