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 f8ece0e commit 3e2e7c3Copy full SHA for 3e2e7c3
.github/workflows/wheels.yml
@@ -111,8 +111,11 @@ jobs:
111
112
- name: Build wheels
113
uses: pypa/[email protected]
114
- with:
115
- package-dir: ./dist/${{ needs.build_sdist.outputs.sdist_file }}
+ # TODO: Build wheels from sdist again
+ # There's some sort of weird race condition?
116
+ # within Github that makes the sdist be missing files
117
+ #with:
118
+ # package-dir: ./dist/${{ needs.build_sdist.outputs.sdist_file }}
119
env:
120
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
121
0 commit comments