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
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
fetch-depth: 0

- name: Set up uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v7

- name: Lint & test
uses: ./.github/actions/lint-test
Expand All @@ -93,7 +93,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v7

- name: Build package
run: uv build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v7

- name: Lint & test
uses: ./.github/actions/lint-test
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v7

- name: Set Python version to ${{ matrix.python-version }}
run: uv python pin ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remove-temporary-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v7

- name: Remove temporary docs
run: |
Expand Down
Loading