Skip to content

Commit e02873f

Browse files
Merge pull request #626 from webknjaz/patch-1
Fix a typo in the sdist+wheel job name in GHA
2 parents 682d669 + 4ff632a commit e02873f

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)