Skip to content

Commit

Permalink
fix names of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Jan 9, 2023
1 parent f58ac5b commit e8819ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_python_3.10.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and upload recommended package
name: Build Python 3.10

env:
TYPE: "recommended"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_python_3.11.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and upload recommended package
name: Build Python 3.11

env:
TYPE: "recommended"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_python_3.9.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and upload recommended package
name: Build Python 3.9

env:
TYPE: "recommended"
Expand Down

0 comments on commit e8819ac

Please sign in to comment.