Skip to content

Commit

Permalink
build wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Aug 2, 2024
1 parent acb09f6 commit 609a3c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netlify-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 609a3c0

Please sign in to comment.