Skip to content

Commit

Permalink
ci: update uv version, switch to pep 735 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Oct 25, 2024
1 parent 39adee3 commit 8fbbc9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "0.4.21"
version: "0.4.27"
enable-cache: true
cache-dependency-glob: "**/pyproject.toml"
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "0.4.21"
version: "0.4.27"
enable-cache: true
cache-dependency-glob: "**/pyproject.toml"
- name: Set up Python
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dependencies = [
"typing_extensions>=4.10",
]

[tool.uv]
dev-dependencies = [
[dependency-groups]
dev = [
"coverage>=7",
"mypy>=1.12.0",
"pre-commit>=3",
Expand Down

0 comments on commit 8fbbc9d

Please sign in to comment.