File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ defaults:
26
26
jobs :
27
27
28
28
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
30
30
with :
31
31
package-type : wheel
32
32
os : linux
33
33
test-infra-repository : pytorch/test-infra
34
- test-infra-ref : release/2.5
34
+ test-infra-ref : main
35
35
with-xpu : disable
36
36
with-rocm : disable
37
37
with-cuda : disable
@@ -42,12 +42,12 @@ jobs:
42
42
strategy :
43
43
fail-fast : false
44
44
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
46
46
with :
47
47
repository : pytorch-labs/torchvision-extra-decoders
48
48
ref : " "
49
49
test-infra-repository : pytorch/test-infra
50
- test-infra-ref : release/2.5
50
+ test-infra-ref : main
51
51
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
52
52
pre-script : packaging/pre_build_script.sh
53
53
post-script : packaging/post_build_script.sh
Original file line number Diff line number Diff line change 1
- 0.0.1a0
1
+ 0.0.3a0
You can’t perform that action at this time.
0 commit comments