diff --git a/.github/workflows/linux_wheel.yaml b/.github/workflows/linux_wheel.yaml index 57ee717..7f3227c 100644 --- a/.github/workflows/linux_wheel.yaml +++ b/.github/workflows/linux_wheel.yaml @@ -26,12 +26,12 @@ defaults: jobs: generate-matrix: - uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.5 + uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main with: package-type: wheel os: linux test-infra-repository: pytorch/test-infra - test-infra-ref: release/2.5 + test-infra-ref: main with-xpu: disable with-rocm: disable with-cuda: disable @@ -42,12 +42,12 @@ jobs: strategy: fail-fast: false name: Build and Upload Linux wheel - uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.5 + uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main with: repository: pytorch-labs/torchvision-extra-decoders ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: release/2.5 + test-infra-ref: main build-matrix: ${{ needs.generate-matrix.outputs.matrix }} pre-script: packaging/pre_build_script.sh post-script: packaging/post_build_script.sh diff --git a/version.txt b/version.txt index 8ea4f48..1a0f73a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.1a0 +0.0.3a0