Skip to content
Merged
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/nightly-pypi-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python-version: 3.12

- name: Install UV
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7

- name: Set version
id: set-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
3.12

- name: Install UV
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7

- name: Set version with RC
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
python-version: 3.12
- name: Install UV
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
- name: Install
run: make docs-install
- name: Build docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install UV
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
- name: Install system dependencies
run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
- name: Install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install UV
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
- name: Install docs
run: make docs-install
- name: Build docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
python-version: 3.12

- name: Install UV
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7

- name: Validate current pyiceberg version
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/svn-build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
3.12

- name: Install UV
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7

# Publish the source distribution with the version that's in
# the repository, otherwise the tests will fail
Expand Down