We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea356d2 commit f883c0dCopy full SHA for f883c0d
1 file changed
.github/workflows/pypi.yaml
@@ -57,8 +57,7 @@ jobs:
57
pypi-publish:
58
runs-on: ubuntu-latest
59
60
- needs:
61
- - [build_sdist, build_wheels]
+ needs: [build_sdist, build_wheels]
62
63
permissions:
64
# IMPORTANT: this permission is mandatory for trusted publishing
0 commit comments