Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions dev-utils/make-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@
# Make a Python APM agent distribution
#

echo "::group::Install wheel"
pip install --user wheel
echo "::group::Install build"
pip install --user build
echo "::endgroup::"

echo "::group::Building universal wheel"
python setup.py bdist_wheel
echo "::endgroup::"

echo "::group::Building source distribution"
python setup.py sdist
echo "::group::Building packages"
python -m build
echo "::endgroup::"
Loading