Skip to content

Commit c34264a

Browse files
committed
release/0.10
1 parent 6139ec2 commit c34264a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/build-wheels-aarch64-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
package-type: wheel
2525
os: linux-aarch64
2626
test-infra-repository: pytorch/test-infra
27-
test-infra-ref: main
27+
test-infra-ref: release/2.8
2828
with-cuda: disable
2929
build:
3030
needs: generate-matrix
@@ -40,7 +40,7 @@ jobs:
4040
repository: ${{ matrix.repository }}
4141
ref: ""
4242
test-infra-repository: pytorch/test-infra
43-
test-infra-ref: main
43+
test-infra-ref: release/2.8
4444
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4545
package-name: ${{ matrix.package-name }}
4646
smoke-test-script: ${{ matrix.smoke-test-script }}

.github/workflows/build-wheels-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
package-type: wheel
2525
os: linux
2626
test-infra-repository: pytorch/test-infra
27-
test-infra-ref: main
27+
test-infra-ref: release/2.8
2828
build:
2929
needs: generate-matrix
3030
strategy:
@@ -42,7 +42,7 @@ jobs:
4242
repository: ${{ matrix.repository }}
4343
ref: ""
4444
test-infra-repository: pytorch/test-infra
45-
test-infra-ref: main
45+
test-infra-ref: release/2.8
4646
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4747
package-name: ${{ matrix.package-name }}
4848
smoke-test-script: ${{ matrix.smoke-test-script }}

.github/workflows/build-wheels-m1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
package-type: wheel
2525
os: macos-arm64
2626
test-infra-repository: pytorch/test-infra
27-
test-infra-ref: main
27+
test-infra-ref: release/2.8
2828
build:
2929
needs: generate-matrix
3030
strategy:
@@ -42,7 +42,7 @@ jobs:
4242
repository: ${{ matrix.repository }}
4343
ref: ""
4444
test-infra-repository: pytorch/test-infra
45-
test-infra-ref: main
45+
test-infra-ref: release/2.8
4646
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4747
package-name: ${{ matrix.package-name }}
4848
runner-type: macos-m2-15

.github/workflows/build-wheels-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
package-type: wheel
2525
os: windows
2626
test-infra-repository: pytorch/test-infra
27-
test-infra-ref: main
27+
test-infra-ref: release/2.8
2828
build:
2929
needs: generate-matrix
3030
strategy:
@@ -43,7 +43,7 @@ jobs:
4343
repository: ${{ matrix.repository }}
4444
ref: ""
4545
test-infra-repository: pytorch/test-infra
46-
test-infra-ref: main
46+
test-infra-ref: release/2.8
4747
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4848
pre-script: ${{ matrix.pre-script }}
4949
env-script: ${{ matrix.env-script }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
repository: pytorch/tensordict
112112
download-artifact: docs
113113
ref: gh-pages
114-
test-infra-ref: main
114+
test-infra-ref: release/2.8
115115
script: |
116116
set -euo pipefail
117117

0 commit comments

Comments
 (0)