Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit ca3014b

Browse files
committed
corrected job name
1 parent aa99eef commit ca3014b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
name: dist
7676
path: dist
7777

78-
whl_gte_3_9_to_3_11:
78+
whl_3_9_to_3_11:
7979
name: Build / ${{ matrix.os }} / Python 3.${{ matrix.minor }}
8080
needs: matrix_config
8181
strategy:
@@ -148,7 +148,7 @@ jobs:
148148
upload:
149149
name: Publish
150150
if: github.event_name == 'release'
151-
needs: [tar_gz, whl_3_8, whl_gte_3_9_to_3_11, whl_3_12]
151+
needs: [tar_gz, whl_3_8, whl_3_9_to_3_11, whl_3_12]
152152
runs-on: ubuntu-latest
153153
steps:
154154
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)