We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43414ad commit 76b3143Copy full SHA for 76b3143
dev-utils/make-packages.sh
@@ -3,14 +3,10 @@
3
# Make a Python APM agent distribution
4
#
5
6
-echo "::group::Install wheel"
7
-pip install --user wheel
+echo "::group::Install build"
+pip install --user build
8
echo "::endgroup::"
9
10
-echo "::group::Building universal wheel"
11
-python setup.py bdist_wheel
12
-echo "::endgroup::"
13
-
14
-echo "::group::Building source distribution"
15
-python setup.py sdist
+echo "::group::Building packages"
+python -m build
16
0 commit comments