From 609a3c030e525232dcc9a480ed48ff7d15bcef41 Mon Sep 17 00:00:00 2001 From: Christophe Prud'homme Date: Fri, 2 Aug 2024 08:41:16 +0200 Subject: [PATCH] build wheel #56 --- netlify-build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netlify-build.sh b/netlify-build.sh index 3aab9621..d5b57f69 100755 --- a/netlify-build.sh +++ b/netlify-build.sh @@ -2,6 +2,9 @@ python3 -m venv .venv source .venv/bin/activate + pip3 install -r requirements.txt +pip3 wheel --no-deps --wheel-dir dist . +pip3 install dist/*.whl npm i npx antora --stacktrace generate --cache-dir cache --clean --html-url-extension-style=indexify site.yml