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 a443563 commit f52c649Copy full SHA for f52c649
.github/workflows/publish-to-test-pypi.yml
@@ -87,7 +87,7 @@ jobs:
87
path: wheelhouse/*.whl
88
89
upload_pypi:
90
- needs: [build_wheels, build_sdist]
+ needs: [build_arch_wheels, build_wheels, build_sdist]
91
runs-on: ubuntu-latest
92
environment: PyPI release
93
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
0 commit comments