Skip to content

Commit 8b065d0

Browse files
authored
Update workflow to use release version 0.17.0
1 parent 02105d4 commit 8b065d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels_linux_x86.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424

2525
jobs:
2626
generate-matrix:
27-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
27+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/0.17.0
2828
with:
2929
package-type: wheel
3030
os: linux
@@ -40,15 +40,15 @@ jobs:
4040
permissions:
4141
id-token: write
4242
contents: read
43-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
43+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/0.17.0
4444
with:
4545
# Set the ref to an empty string instead of the default nightly because
4646
# torchao doesn't have nightly branch setup yet, instead the build is
4747
# triggered daily from main with a schedule
4848
repository: pytorch/ao
4949
ref: ""
5050
test-infra-repository: pytorch/test-infra
51-
test-infra-ref: main
51+
test-infra-ref: release/0.17.0
5252
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5353
env-var-script: packaging/env_var_script_linux.sh
5454
pre-script: packaging/pre_build_script.sh

0 commit comments

Comments
 (0)