We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab16021 commit e04bae1Copy full SHA for e04bae1
.github/workflows/pypi.yml
@@ -78,7 +78,7 @@ jobs:
78
79
upload_pypi:
80
name: Upload to PyPI on release
81
- needs: [build_wheels, make_sdist]
+ needs: [check_dist]
82
runs-on: ubuntu-latest
83
if: github.event_name == 'release' && github.event.action == 'published'
84
steps:
0 commit comments