Skip to content

Commit

Permalink
Add: pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Nov 23, 2023
1 parent af3fa6b commit 9bd2560
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/pip_package/build_pip_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,9 @@ if [ "${deploy_stage}" = "release" ]; then
# Create non-versioned package for latest release
if [ "${target_version}" = "latest" ]; then
export NON_VERSION_PACKAGE="true"
${python_bin} setup.py sdist
${python_bin} setup.py bdist_wheel
# ${python_bin} setup.py sdist
# ${python_bin} setup.py bdist_wheel
pip -m build
unset ${NON_VERSION_PACKAGE}
mv dist "${release_dir}/non-version"
fi
Expand Down

0 comments on commit 9bd2560

Please sign in to comment.