Skip to content

Commit

Permalink
Upgrade to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Sep 24, 2024
1 parent 9dfa2ba commit 09e91ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Disable jupyter-builder build hook because not needed for linting/formatting, and requires pnpm
- run: |
sed -i '' 's/\[tool.hatch.build.hooks.\(.*\)\]/\[_tool.hatch.build.hooks.\1\]/' pyproject.toml
- uses: astral-sh/setup-uv@v2
- uses: astral-sh/setup-uv@v3
with:
version: "0.4.16"
- run: |
Expand All @@ -37,7 +37,7 @@ jobs:
# Disable jupyter-builder build hook because not needed for typechecking, and requires pnpm
- run: |
sed -i '' 's/\[tool.hatch.build.hooks.\(.*\)\]/\[_tool.hatch.build.hooks.\1\]/' pyproject.toml
- uses: astral-sh/setup-uv@v2
- uses: astral-sh/setup-uv@v3
with:
version: "0.4.16"
- run: uv run mypy
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: pnpm/action-setup@v4
with:
run_install: true
- uses: astral-sh/setup-uv@v2
- uses: astral-sh/setup-uv@v3
with:
version: "0.4.16"
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: pnpm/action-setup@v4
with:
run_install: true
- uses: astral-sh/setup-uv@v2
- uses: astral-sh/setup-uv@v3
with:
version: "0.4.16"
- name: Create Release Pull Request or Publish
Expand Down

0 comments on commit 09e91ee

Please sign in to comment.