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 9b1b26e commit 8876ff9Copy full SHA for 8876ff9
tools/source-package-verification.sh
@@ -7,7 +7,8 @@ set -e
7
8
pip install poetry
9
poetry install --all-extras
10
-poetry build
+pip install tests/trivup/trivup-0.12.7.tar.gz
11
+pip install -U build
12
13
lib_dir=dest/runtimes/$OS_NAME-$ARCH/native
14
tools/wheels/install-librdkafka.sh "${LIBRDKAFKA_VERSION#v}" dest
0 commit comments