Re-add opentelemetry-instrumentation-aiohttp-server to release script (#2722)

* Update .pylintrc

* Update build.sh
This commit is contained in:
Leighton Chen
2024-07-18 16:47:07 -07:00
committed by GitHub
parent 05073008a3
commit fa23d8a7a0

View File

@ -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