mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-14 02:03:34 +00:00
ci: bump setup-uv to maintained tag scheme (#6035)
The old vX tags have been dropped to (force) (usually) better security practices. Dependabot will not update, however, leaving this v7 tag forever. Manually updating now. See https://github.com/astral-sh/setup-uv/issues/830 Committed via https://github.com/asottile/all-repos
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -188,7 +188,7 @@ jobs:
|
||||
allow-prereleases: true
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v7
|
||||
uses: astral-sh/setup-uv@v8.0.0
|
||||
with:
|
||||
enable-cache: true
|
||||
|
||||
|
||||
2
.github/workflows/configure.yml
vendored
2
.github/workflows/configure.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
python-version: 3.11
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v7
|
||||
uses: astral-sh/setup-uv@v8.0.0
|
||||
|
||||
- name: Prepare env
|
||||
run: uv pip install --python=python --system -r tests/requirements.txt
|
||||
|
||||
2
.github/workflows/nightlies.yml
vendored
2
.github/workflows/nightlies.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v7
|
||||
uses: astral-sh/setup-uv@v8.0.0
|
||||
|
||||
- name: Build SDist and wheels
|
||||
run: |
|
||||
|
||||
4
.github/workflows/pip.yml
vendored
4
.github/workflows/pip.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
python-version: 3.8
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v7
|
||||
uses: astral-sh/setup-uv@v8.0.0
|
||||
|
||||
- name: Prepare env
|
||||
run: uv pip install --system -r tests/requirements.txt
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
python-version: 3.8
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v7
|
||||
uses: astral-sh/setup-uv@v8.0.0
|
||||
|
||||
- name: Prepare env
|
||||
run: uv pip install --system -r tests/requirements.txt twine nox
|
||||
|
||||
2
.github/workflows/reusable-standard.yml
vendored
2
.github/workflows/reusable-standard.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
run: brew install boost
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v7
|
||||
uses: astral-sh/setup-uv@v8.0.0
|
||||
with:
|
||||
enable-cache: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user