chore(ci): pin "build" and use the pinned version in CI
This commit is contained in:
@@ -337,7 +337,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build distribution
|
- name: Build distribution
|
||||||
run: |
|
run: |
|
||||||
uv pip install -U build
|
uv pip install $(grep -E "^build==" requirements-dev.txt)
|
||||||
python -m build --sdist --wheel
|
python -m build --sdist --wheel
|
||||||
|
|
||||||
- name: Upload artifacts 📦
|
- name: Upload artifacts 📦
|
||||||
|
|||||||
@@ -30,3 +30,4 @@ types-requests==2.32.4.20260107
|
|||||||
types-tabulate==0.10.0.20260308
|
types-tabulate==0.10.0.20260308
|
||||||
types-python-dateutil==2.9.0.20260305
|
types-python-dateutil==2.9.0.20260305
|
||||||
pip-audit==2.10.0
|
pip-audit==2.10.0
|
||||||
|
build==1.4.2
|
||||||
|
|||||||
Reference in New Issue
Block a user