Skip to content

Commit 0012bd5

Browse files
authored
Release pypi prep change (#1587)
* [aarch64] Release pypi prep script change for aarch64 builds * Release versions for testing
1 parent 75a8770 commit 0012bd5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/validate-linux-binaries.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,14 @@ jobs:
4646
package-type: all
4747
os: linux
4848
channel: ${{ inputs.channel }}
49+
generate-release-matrix:
50+
needs: generate-release-matrix
51+
uses: pytorch/test-infra/.github/workflows/generate_release_matrix.yml@main
52+
with:
53+
version: ${{ fromJson(needs.generate-linux-matrix.outputs.matrix).[0].stable_version }}
4954

5055
linux:
51-
needs: generate-linux-matrix
56+
needs: generate-linux-matrix. generate-release-matrix
5257
strategy:
5358
matrix: ${{ fromJson(needs.generate-linux-matrix.outputs.matrix) }}
5459
fail-fast: false

0 commit comments

Comments
 (0)