Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump astral-sh/setup-uv from 3 to 4 #1832

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-distributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: ${{ env.DIST_PYTHON_VERSION }}

- name: Install UV
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4

- name: Install Hatch
if: inputs.version
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-hatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install UV
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4

- name: Install tools
run: |-
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install UV
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4

- name: Install Hatch
run: |-
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install UV
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4

- name: Install PyOxidizer ${{ env.PYOXIDIZER_VERSION }}
run: uv pip install --system pyoxidizer==${{ env.PYOXIDIZER_VERSION }}
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install UV
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4

- name: Install PyOxidizer ${{ env.PYOXIDIZER_VERSION }}
run: uv pip install --system pyoxidizer==${{ env.PYOXIDIZER_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-hatchling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install UV
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4

- name: Install build dependencies
run: uv pip install --system --upgrade build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: ${{ env.STABLE_PYTHON_VERSION }}

- name: Install UV
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4

- name: Install hyperfine
uses: taiki-e/install-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: python scripts/validate_history.py

- name: Install UV
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4

- name: Install ourself
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: python scripts/validate_history.py

- name: Install UV
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4

- name: Install ourself
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4

- name: Install ourself
run: |
Expand Down
Loading