Skip to content

Commit

Permalink
[DevOps] update devops files.
Browse files Browse the repository at this point in the history
  • Loading branch information
fedml-alex committed Nov 7, 2023
1 parent bf95715 commit 784788b
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_wheels_and_dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build-Wheels-PyPi
name: Build-Wheels-PyPi-Dev
# https://github.com/pypa/cibuildwheel
# Controls when the workflow will run
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels_and_releases.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build-Wheels-PyPi
name: Build-Wheels-PyPi-Release
# https://github.com/pypa/cibuildwheel
# Controls when the workflow will run
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build-Wheels-PyPi
name: Build-Wheels-PyPi-Test
# https://github.com/pypa/cibuildwheel
# Controls when the workflow will run
on:
Expand Down

0 comments on commit 784788b

Please sign in to comment.