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 30546f6 commit b57a161Copy full SHA for b57a161
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
path: dist/*.tar.gz
41
42
upload_pypi:
43
- needs: [build_wheels, build_sdist]
+ needs: [build_sdist]
44
runs-on: ubuntu-latest
45
environment: pypi
46
permissions:
0 commit comments