We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1673056 commit 8dca5c5Copy full SHA for 8dca5c5
.github/workflows/release-stage-pypi.yml
@@ -100,4 +100,8 @@ jobs:
100
PLATFORM="manylinux_2_28_x86_64" VERSION_SUFFIX="${CPU_VERSION_SUFFIX}" upload_pypi_to_staging executorch "${!version}"
101
# shellcheck disable=SC2086
102
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
106
+ PLATFORM="win_amd64" VERSION_SUFFIX="${CPU_VERSION_SUFFIX}" upload_pypi_to_staging executorch "${!version}"
107
fi
0 commit comments