Skip to content

Commit

Permalink
corrected job name
Browse files Browse the repository at this point in the history
  • Loading branch information
flexatone committed Dec 18, 2023
1 parent aa99eef commit ca3014b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
name: dist
path: dist

whl_gte_3_9_to_3_11:
whl_3_9_to_3_11:
name: Build / ${{ matrix.os }} / Python 3.${{ matrix.minor }}
needs: matrix_config
strategy:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
upload:
name: Publish
if: github.event_name == 'release'
needs: [tar_gz, whl_3_8, whl_gte_3_9_to_3_11, whl_3_12]
needs: [tar_gz, whl_3_8, whl_3_9_to_3_11, whl_3_12]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit ca3014b

Please sign in to comment.