Skip to content

Commit

Permalink
update wheel tag with pep600
Browse files Browse the repository at this point in the history
  • Loading branch information
ekomarova authored and ZzEeKkAa committed May 7, 2024
1 parent ab500b6 commit c1aed6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export PATH=$CONDA_PREFIX/bin-llvm:$PATH
# -wnx flags mean: --wheel --no-isolation --skip-dependency-check
${PYTHON} -m build -w -n -x
${PYTHON} -m wheel tags --remove --build "$GIT_DESCRIBE_NUMBER" \
--platform-tag manylinux2014_x86_64 dist/numba_dpex*.whl
--platform-tag manylinux_2_28_x86_64 dist/numba_dpex*.whl
${PYTHON} -m pip install dist/numba_dpex*.whl \
--no-build-isolation \
--no-deps \
Expand Down

0 comments on commit c1aed6f

Please sign in to comment.