diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1a12bc..b5c9727 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Noop run: "true" tests-36-38: - name: (${{ matrix.os }}) Python ${{ matrix.python-version[0] }}${{ matrix.python-version[1] }} Tests + name: (${{ matrix.os }}) Python ${{ matrix.python-version[0] }}.${{ matrix.python-version[1] }} Tests needs: org-check runs-on: ${{ matrix.os }} strategy: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afb08b0..59c0bcc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: exit 1 fi package-36-38-dists: - name: Package Distributions for Python 3.6 - 3.8 + name: ${{ matrix.os }} Package for Python ${{ matrix.python-version[0] }}.${{ matrix.python-version[1] }} needs: determine-tag runs-on: ${{ matrix.os }} strategy: @@ -70,7 +70,7 @@ jobs: path: dist/ retention-days: 1 package-39-314-dists: - name: Package Distributions for Python ${{ matrix.python-version[0] }}${{ matrix.python-version[1] }} + name: ${{ matrix.os }} Package for Python ${{ matrix.python-version[0] }}.${{ matrix.python-version[1] }} needs: determine-tag runs-on: ${{ matrix.os }} strategy: