Skip to content

Commit

Permalink
Re-add opentelemetry-instrumentation-aiohttp-server to release scri…
Browse files Browse the repository at this point in the history
…pt (#2722)

* Update .pylintrc

* Update build.sh
  • Loading branch information
lzchen authored Jul 18, 2024
1 parent 0507300 commit fa23d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DISTDIR=dist
cd $DISTDIR
for x in * ; do
# FIXME: Remove this logic once these packages are available in Pypi
if echo "$x" | grep -Eq "^opentelemetry_(instrumentation_aiohttp_server|resource_detector_container).*(\.tar\.gz|\.whl)$"; then
if echo "$x" | grep -Eq "^opentelemetry_resource_detector_container.*(\.tar\.gz|\.whl)$"; then
echo "Skipping $x because of erroneous uploads. See: https://github.com/open-telemetry/opentelemetry-python-contrib/issues/2053"
rm $x
# FIXME: Remove this once opentelemetry-resource-detector-azure package goes 1.X
Expand Down

0 comments on commit fa23d8a

Please sign in to comment.