Skip to content

Commit d17c676

Browse files
committed
fix(sdk): stricter dependencies for instrumentations
1 parent d6a4ea9 commit d17c676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
if [ "$(uname)" = "Darwin" ]; then export SEP=" "; else SEP=""; fi
22
VERSION=$(poetry version | awk '{print $2}')
3-
sed -i$SEP'' "s|{.*path.*|\"^$VERSION\"|" pyproject.toml
3+
sed -i$SEP'' "s|{.*path.*|\"==$VERSION\"|" pyproject.toml
44
poetry build

0 commit comments

Comments
 (0)