Skip to content

Commit

Permalink
chore: Rename workflow name to test-meson in test-meson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunt05 committed May 13, 2024
1 parent 24406e9 commit 95aa77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-meson.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Publish Python wheels to PyPI and TestPyPI
name: test-meson

on:
push:
Expand All @@ -16,7 +16,7 @@ on:
- ".github/workflows/test-meson.yml"

jobs:
build_wheels:
test-meson:
name: Build wheels for ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 95aa77a

Please sign in to comment.