Skip to content

Commit

Permalink
Release pypi prep change (#1587)
Browse files Browse the repository at this point in the history
* [aarch64] Release pypi prep script change for aarch64 builds

* Release versions for testing
  • Loading branch information
atalman authored Nov 15, 2023
1 parent 75a8770 commit 0012bd5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/validate-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0012bd5

Please sign in to comment.