Skip to content

Commit 45a5232

Browse files
committed
Fix removing wheel tag
1 parent 0893762 commit 45a5232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ read -r GLIBC_MAJOR GLIBC_MINOR <<<"$(conda list '^sysroot_linux-64$' \
1010
# Build wheel package
1111
if [ -n "${WHEELS_OUTPUT_FOLDER}" ]; then
1212
$PYTHON -m pip wheel --no-build-isolation --no-deps .
13-
${PYTHON} -m wheel tags --remove --platform-tag "${WHEELS_BUILD_TAG}" mkl_fft*.whl
13+
${PYTHON} -m wheel tags --remove --platform-tag "manylinux_${GLIBC_MAJOR}_${GLIBC_MINOR}_x86_64" mkl_fft*.whl
1414
cp mkl_fft*.whl "${WHEELS_OUTPUT_FOLDER}"
1515
else
1616
# Build conda package

0 commit comments

Comments
 (0)