ci(pypi): Fix ci error

This commit is contained in:
Fangyin Cheng 2025-03-20 14:55:32 +08:00
parent 21436ae65b
commit da8559d98e

View File

@ -48,7 +48,7 @@ jobs:
echo "Prepping package for release" echo "Prepping package for release"
fi fi
- name: Install the project - name: Install the project
run: uv sync --all-extras --dev run: uv sync --all-packages --dev
- name: Build package using Make - name: Build package using Make
run: | run: |