Skip to content

Commit

Permalink
renamed workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
vogt31337 committed Mar 27, 2024
1 parent f355ac3 commit a8f4b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will create a Python package and upload it to testPyPi or PyPi
# Then, it installs pandapower from there and all dependencies and runs tests with different Python versions

name: release
name: test

# Controls when the action will run.
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will create a Python package and upload it to testPyPi or PyPi
# Then, it installs pandapower from there and all dependencies and runs tests with different Python versions

name: upload release
name: upload

# Controls when the action will run.
on:
Expand Down

0 comments on commit a8f4b01

Please sign in to comment.