Update CI build dependencies
Some checks failed
Some checks failed
- Update `pip` installation to use `uv pip`. - Ensure consistent dependency installation in CI.
This commit is contained in:
parent
007c417064
commit
0a37d3a23a
@ -62,8 +62,8 @@ jobs:
|
|||||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
uv venv .venv
|
uv venv .venv
|
||||||
uv pip install --system build twine
|
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
|
uv pip install --system build twine
|
||||||
uv run python -m build
|
uv run python -m build
|
||||||
uv run python -m twine upload dist/*
|
uv run python -m twine upload dist/*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user