We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a4ea9 commit d17c676Copy full SHA for d17c676
scripts/build-release.sh
@@ -1,4 +1,4 @@
1
if [ "$(uname)" = "Darwin" ]; then export SEP=" "; else SEP=""; fi
2
VERSION=$(poetry version | awk '{print $2}')
3
-sed -i$SEP'' "s|{.*path.*|\"^$VERSION\"|" pyproject.toml
+sed -i$SEP'' "s|{.*path.*|\"==$VERSION\"|" pyproject.toml
4
poetry build
0 commit comments