Skip to content

Commit c355acc

Browse files
committed
Run uv as Python module to fix Netlify deploy
1 parent bc33a8e commit c355acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/netlify_deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ set -e
77
mise use -g just
88

99
# install uv
10-
pip install uv
10+
python -m pip install uv
1111

1212
# build
13-
uv run just build
13+
python -m uv run just build
1414

1515
# copy redirects
1616
cp _redirects output/

0 commit comments

Comments
 (0)