Skip to content

Commit 1dd1695

Browse files
lithomas1im-vinicius
authored and
im-vinicius
committed
CI: Attempt to fix wheel builds (pandas-dev#53670)
1 parent ea2b7a6 commit 1dd1695

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/wheels.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,11 @@ jobs:
111111

112112
- name: Build wheels
113113
uses: pypa/[email protected]
114-
with:
115-
package-dir: ./dist/${{ needs.build_sdist.outputs.sdist_file }}
114+
# TODO: Build wheels from sdist again
115+
# 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 }}
116119
env:
117120
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
118121

0 commit comments

Comments
 (0)