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 5325a6a commit 69c1ceeCopy full SHA for 69c1cee
1 file changed
.github/workflows/build.yml
@@ -93,7 +93,8 @@ jobs:
93
publish-qoco-to-testpypi:
94
name: Publish QOCO Wheels to TestPyPI
95
needs:
96
- - build
+ - build_sdist
97
+ - build_wheels
98
runs-on: ubuntu-latest
99
100
environment:
0 commit comments