From 156ce91f3527cc043e0c5caba1dc7c9952d1eb94 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 3 Jul 2022 12:37:54 +0200 Subject: [PATCH] Cosmetics --- .github/workflows/pypi-publish.yml | 2 +- .github/workflows/test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 970c672..a6bd720 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03b04f1..4b82fa5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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: