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 fdc5add commit bf0eab7Copy full SHA for bf0eab7
poetry-build.sh
@@ -53,8 +53,8 @@ echo "Using package version: [$PACKAGE_VERSION]"
53
sed -i "s/\${project.version}/${PACKAGE_VERSION}/" pyproject.toml
54
sed -i "s/\${project.version}/${PACKAGE_VERSION}/" sjlogging/__init__.py
55
56
-### let poetry build wheel and tar.gz:
57
-poetry build -vv
+### now call poetry with the given parameters:
+poetry "$@"
58
59
### clean up the moved source tree and restore the previous state:
60
rm -rf sjlogging/
0 commit comments