Skip to content

Commit

Permalink
Fix Python workflows to include Python in the name. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois authored Dec 23, 2024
1 parent 7fdaf08 commit 73cfa3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Python CI
on:
push:
branches:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Python Release
on:
push:
tags:
Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
with:
packages-dir: python/dist
print-hash: true
verbose: true
verbose: true

0 comments on commit 73cfa3f

Please sign in to comment.