diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 707eba4..9af0f1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,7 @@ jobs: run: python tests/test_fastcrc.py linux: + name: Build wheels for Linux runs-on: ubuntu-latest needs: test strategy: @@ -61,6 +62,7 @@ jobs: windows: runs-on: windows-latest + name: Build wheels for Windows needs: test strategy: matrix: @@ -85,6 +87,7 @@ jobs: macos: runs-on: macos-latest + name: Build wheels for macOS needs: test strategy: matrix: @@ -108,6 +111,7 @@ jobs: sdist: runs-on: ubuntu-latest + name: Build sdist needs: test steps: - uses: actions/checkout@v3