Skip to content

Commit 8dca5c5

Browse files
authored
Update executorch staging to pypi with windows x86 and linux aarch64 (#7367)
1 parent 1673056 commit 8dca5c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-stage-pypi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,8 @@ jobs:
100100
PLATFORM="manylinux_2_28_x86_64" VERSION_SUFFIX="${CPU_VERSION_SUFFIX}" upload_pypi_to_staging executorch "${!version}"
101101
# shellcheck disable=SC2086
102102
PLATFORM="${MACOS_ARM64}" VERSION_SUFFIX="" upload_pypi_to_staging executorch "${!version}"
103+
# shellcheck disable=SC2086
104+
PLATFORM="manylinux_2_28_aarch64" VERSION_SUFFIX="" upload_pypi_to_staging executorch "${!version}"
105+
# shellcheck disable=SC2086
106+
PLATFORM="win_amd64" VERSION_SUFFIX="${CPU_VERSION_SUFFIX}" upload_pypi_to_staging executorch "${!version}"
103107
fi

0 commit comments

Comments
 (0)