From 880476b14e31fe95071ca5951b3d72c9ca37ce70 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Thu, 15 Aug 2024 14:49:14 +0100 Subject: [PATCH] Also build sdist, for safety --- .github/workflows/wheel.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wheel.yaml b/.github/workflows/wheel.yaml index 81e8df2a..8a307d6a 100644 --- a/.github/workflows/wheel.yaml +++ b/.github/workflows/wheel.yaml @@ -39,19 +39,19 @@ jobs: strategy: fail-fast: false name: Build and Upload wheel - uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main + uses: nicolashug/test-infra/.github/workflows/build_wheels_linux.yml@sdistsss with: repository: pytorch/torchcodec ref: "" - test-infra-repository: pytorch/test-infra - test-infra-ref: main + test-infra-repository: nicolashug/test-infra + test-infra-ref: sdistsss build-matrix: ${{ needs.generate-matrix.outputs.matrix }} post-script: packaging/post_build_script.sh smoke-test-script: packaging/fake_smoke_test.py package-name: torchcodec trigger-event: ${{ github.event_name }} build-platform: "python-build-package" - build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 python -m build --wheel -vvv --no-isolation" + build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 python -m build -vvv --no-isolation" install-and-test: runs-on: ubuntu-latest