Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jul 3, 2022
1 parent 3594217 commit 156ce91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install build dependencies
- name: Install Build dependencies
run: pip install build
- name: Build
run: python -m build --sdist --wheel
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install test dependencies
- name: Install Test dependencies
run: pip install tox
- name: Test
run: tox
- name: Install coveralls
- name: Install Coveralls
if: github.event_name == 'push'
run: pip install coveralls
- name: Upload coverage to Coveralls
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install coveralls
- name: Install Coveralls
run: pip install coveralls
- name: Finish Coveralls parallel builds
env:
Expand Down

0 comments on commit 156ce91

Please sign in to comment.