Skip to content

Commit c1aed6f

Browse files
ekomarovaZzEeKkAa
authored andcommitted
update wheel tag with pep600
1 parent ab500b6 commit c1aed6f

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
@@ -26,7 +26,7 @@ export PATH=$CONDA_PREFIX/bin-llvm:$PATH
2626
# -wnx flags mean: --wheel --no-isolation --skip-dependency-check
2727
${PYTHON} -m build -w -n -x
2828
${PYTHON} -m wheel tags --remove --build "$GIT_DESCRIBE_NUMBER" \
29-
--platform-tag manylinux2014_x86_64 dist/numba_dpex*.whl
29+
--platform-tag manylinux_2_28_x86_64 dist/numba_dpex*.whl
3030
${PYTHON} -m pip install dist/numba_dpex*.whl \
3131
--no-build-isolation \
3232
--no-deps \

0 commit comments

Comments
 (0)