Skip to content

Commit

Permalink
chore: update github action names
Browse files Browse the repository at this point in the history
  • Loading branch information
William Bakst committed Nov 9, 2023
1 parent 4d77c0e commit c774f91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: lint
run-name: ${{ github.actor }} is linting the package

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload To PyPI On Release
name: release
run-name: ${{ github.actor }} is uploading a new release to PyPI

on:
Expand All @@ -9,7 +9,7 @@ permissions:
contents: read

jobs:
deploy:
release:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

jobs:
release:
test:
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit c774f91

Please sign in to comment.