Skip to content

Commit 4f6084a

Browse files
committed
Merge branch 'main' into nightly
2 parents 8d09f97 + d038f47 commit 4f6084a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/linux_wheel.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ defaults:
2626
jobs:
2727

2828
generate-matrix:
29-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.5
29+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
3030
with:
3131
package-type: wheel
3232
os: linux
3333
test-infra-repository: pytorch/test-infra
34-
test-infra-ref: release/2.5
34+
test-infra-ref: main
3535
with-xpu: disable
3636
with-rocm: disable
3737
with-cuda: disable
@@ -42,12 +42,12 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
name: Build and Upload Linux wheel
45-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.5
45+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
4646
with:
4747
repository: pytorch-labs/torchvision-extra-decoders
4848
ref: ""
4949
test-infra-repository: pytorch/test-infra
50-
test-infra-ref: release/2.5
50+
test-infra-ref: main
5151
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5252
pre-script: packaging/pre_build_script.sh
5353
post-script: packaging/post_build_script.sh

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1a0
1+
0.0.3a0

0 commit comments

Comments
 (0)