File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,8 @@ DISTDIR=dist
31
31
(
32
32
cd $DISTDIR
33
33
for x in * ; do
34
- # FIXME: Remove this logic once these packages are available in Pypi
35
- if echo " $x " | grep -Eq " ^opentelemetry_resource_detector_containerid.*(\.tar\.gz|\.whl)$" ; then
36
- echo " Skipping $x because of erroneous uploads. See: https://github.com/open-telemetry/opentelemetry-python-contrib/issues/2053"
37
- rm $x
38
34
# FIXME: Remove this once opentelemetry-resource-detector-azure package goes 1.X
39
- elif echo " $x " | grep -Eq " ^opentelemetry_resource_detector_azure.*(\.tar\.gz|\.whl)$" ; then
35
+ if echo " $x " | grep -Eq " ^opentelemetry_resource_detector_azure.*(\.tar\.gz|\.whl)$" ; then
40
36
echo " Skipping $x because of manual upload by Azure maintainers."
41
37
rm $x
42
38
# NOTE: We filter beta vs 1.0 package at this point because we can read the
You can’t perform that action at this time.
0 commit comments