Skip to content

Commit

Permalink
Merge branch 'main' into release-wf
Browse files Browse the repository at this point in the history
  • Loading branch information
srprash authored Mar 5, 2024
2 parents f09e03d + 1c0d27c commit 5797393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_and_install_distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$current_dir" != "aws-otel-python-instrumentation" ]; then
fi

# Setup - update dependencies and create/empty dist dir
pip install --upgrade pip setuptools wheel packaging build
python3 -m pip install --upgrade pip setuptools wheel packaging build
mkdir -p dist
rm -rf dist/aws_opentelemetry_distro*

Expand All @@ -25,5 +25,5 @@ python3 -m build --outdir ../dist
# Install distro
cd ../dist
DISTRO=(aws_opentelemetry_distro-*-py3-none-any.whl)
pip install $DISTRO --force-reinstall
python3 -m pip install $DISTRO --force-reinstall
cd ..

0 comments on commit 5797393

Please sign in to comment.