From 0012bd50f614a5f09857d92a0e4cf833147e9831 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Tue, 14 Nov 2023 19:25:56 -0500 Subject: [PATCH] Release pypi prep change (#1587) * [aarch64] Release pypi prep script change for aarch64 builds * Release versions for testing --- .github/workflows/validate-linux-binaries.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate-linux-binaries.yml b/.github/workflows/validate-linux-binaries.yml index 3c5aac2eb..e457bf69d 100644 --- a/.github/workflows/validate-linux-binaries.yml +++ b/.github/workflows/validate-linux-binaries.yml @@ -46,9 +46,14 @@ jobs: package-type: all os: linux channel: ${{ inputs.channel }} + generate-release-matrix: + needs: generate-release-matrix + uses: pytorch/test-infra/.github/workflows/generate_release_matrix.yml@main + with: + version: ${{ fromJson(needs.generate-linux-matrix.outputs.matrix).[0].stable_version }} linux: - needs: generate-linux-matrix + needs: generate-linux-matrix. generate-release-matrix strategy: matrix: ${{ fromJson(needs.generate-linux-matrix.outputs.matrix) }} fail-fast: false