Skip to content

Commit

Permalink
Remove the 'build tag' from the DALI wheel name (#5736)
Browse files Browse the repository at this point in the history
- as the 'build tag' is discouraged do not use it anymore in the
  DALI wheel name - https://packaging.python.org/en/latest/specifications/binary-distribution-format/#file-name-convention

Signed-off-by: Janusz Lisiecki <[email protected]>
  • Loading branch information
JanuszL authored Dec 5, 2024
1 parent f93dcfd commit eacf905
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/build_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ if [ "${BUILD_PYTHON}" = "ON" ]; then
--verbose \
--compression=stored \
--python-tag=py3 \
--plat-name=${WHL_PLATFORM_NAME} \
--build-number=${NVIDIA_BUILD_ID}
--plat-name=${WHL_PLATFORM_NAME}
popd
mv dali/python/dist/*.whl ./

Expand Down

0 comments on commit eacf905

Please sign in to comment.