Skip to content

Commit 8876ff9

Browse files
committed
Use poetry
1 parent 9b1b26e commit 8876ff9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/source-package-verification.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ set -e
77

88
pip install poetry
99
poetry install --all-extras
10-
poetry build
10+
pip install tests/trivup/trivup-0.12.7.tar.gz
11+
pip install -U build
1112

1213
lib_dir=dest/runtimes/$OS_NAME-$ARCH/native
1314
tools/wheels/install-librdkafka.sh "${LIBRDKAFKA_VERSION#v}" dest

0 commit comments

Comments
 (0)