Skip to content

Commit bf0eab7

Browse files
committed
Generalize poetry wrapper script
1 parent fdc5add commit bf0eab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

poetry-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ echo "Using package version: [$PACKAGE_VERSION]"
5353
sed -i "s/\${project.version}/${PACKAGE_VERSION}/" pyproject.toml
5454
sed -i "s/\${project.version}/${PACKAGE_VERSION}/" sjlogging/__init__.py
5555

56-
### let poetry build wheel and tar.gz:
57-
poetry build -vv
56+
### now call poetry with the given parameters:
57+
poetry "$@"
5858

5959
### clean up the moved source tree and restore the previous state:
6060
rm -rf sjlogging/

0 commit comments

Comments
 (0)