Skip to content

Commit e04bae1

Browse files
authored
Corrected upload_pypi needs
1 parent ab16021 commit e04bae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
upload_pypi:
8080
name: Upload to PyPI on release
81-
needs: [build_wheels, make_sdist]
81+
needs: [check_dist]
8282
runs-on: ubuntu-latest
8383
if: github.event_name == 'release' && github.event.action == 'published'
8484
steps:

0 commit comments

Comments
 (0)