open-telemetry / opentelemetry-python

OpenTelemetry Python API and SDK
https://opentelemetry.io
Apache License 2.0
1.67k stars 570 forks source link

Update build.sh so opentelemetry-opencensus-shim gets published #3878

Closed aabmass closed 2 months ago

aabmass commented 2 months ago

Description

"Reverts" https://github.com/open-telemetry/opentelemetry-python/pull/3227 so that the opentelemetry-opencensus-shim package gets published. This package was name-squatted on PyPI but we got it back and own it.

Part of #3203

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Manually tested the glob pattern with

for d in opentelemetry-api/ opentelemetry-sdk/ opentelemetry-proto/ opentelemetry-semantic-conventions/ exporter/*/ shim/*/ propagator/*/ tests/opentelemetry-test-utils/; do echo $d; done | grep opentelemetry-opencensus-shim
shim/opentelemetry-opencensus-shim/

Does This PR Require a Contrib Repo Change?

Checklist: