From 5367e0f8477c8d3f8a76b742e3d2d3f30f69b479 Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Wed, 14 Jun 2023 08:57:43 -0700 Subject: [PATCH] CI: Attempt to fix wheel builds --- .github/workflows/wheels.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index ea5ab81e74030..eae2949594bcc 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -111,8 +111,11 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.13.1 - with: - package-dir: ./dist/${{ needs.build_sdist.outputs.sdist_file }} + # TODO: Build wheels from sdist again + # There's some sort of weird race condition? + # within Github that makes the sdist be missing files + #with: + # package-dir: ./dist/${{ needs.build_sdist.outputs.sdist_file }} env: CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}