Skip to content

Commit 4ff632a

Browse files
authored
Fix a typo in the sdist+wheel job name
1 parent 682d669 commit 4ff632a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090

9191
needs: [test]
92-
name: Python bdist/wheel
92+
name: Python sdist/wheel
9393
steps:
9494
- uses: actions/checkout@v1
9595
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)