Skip to content

Commit 2d46564

Browse files
authored
Exclude opentelemetry-util-genai from release upload (#3747)
Because it should be released on its own. While at it fix its README.rst formatting.
1 parent 487f901 commit 2d46564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DISTDIR=dist
3232
cd $DISTDIR
3333
for x in * ; do
3434
# FIXME: Remove this once opentelemetry-resource-detector-azure package goes 1.X
35-
if echo "$x" | grep -Eq "^opentelemetry_resource_detector_azure.*(\.tar\.gz|\.whl)$"; then
35+
if echo "$x" | grep -Eq "^opentelemetry_(resource_detector_azure|util_genai).*(\.tar\.gz|\.whl)$"; then
3636
echo "Skipping $x because of manual upload by Azure maintainers."
3737
rm $x
3838
# NOTE: We filter beta vs 1.0 package at this point because we can read the

util/opentelemetry-util-genai/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OpenTelemetry Util for GenAI
2-
=======================
2+
============================
33

44

55
The GenAI Utils package will include boilerplate and helpers to standardize instrumentation for Generative AI.

0 commit comments

Comments
 (0)