Skip to content

Commit

Permalink
Replace redundant step names with simple 'Run'.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 6, 2023
1 parent 972d1b3 commit 747c2a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install tox
run: |
python -m pip install tox
- name: Run tests
- name: Run
run: tox

docs:
Expand All @@ -82,7 +82,7 @@ jobs:
- name: Install tox
run: |
python -m pip install tox
- name: Run tests
- name: Run
run: tox

check: # This job does nothing and is only used for the branch protection
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Install tox
run: |
python -m pip install tox
- name: Release
- name: Run
run: tox -e release
env:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 747c2a3

Please sign in to comment.