Skip to content

Commit

Permalink
Bump eifinger/setup-rye from v1 to v2 (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger authored Mar 3, 2024
1 parent 6998deb commit fa0b306
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: eifinger/setup-rye@v1
- uses: eifinger/setup-rye@v2
- name: Rye fmt
run: rye fmt --check
2 changes: 1 addition & 1 deletion .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: eifinger/setup-rye@v1
- uses: eifinger/setup-rye@v2
- name: Rye lint
run: rye lint
2 changes: 1 addition & 1 deletion .github/workflows/sync-python-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Rye
uses: eifinger/setup-rye@v1
uses: eifinger/setup-rye@v2
with:
enable-cache: true
- name: Sync Python Releases
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-uv-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Rye
uses: eifinger/setup-rye@v1
uses: eifinger/setup-rye@v2
with:
enable-cache: true
- name: Sync UV Releases
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,3 @@ serve-docs = "mkdocs serve"

[tool.rye.workspace]
members = ["rye-devtools"]

[tool.ruff]
# the .rye folder is added by the rye github action
exclude = [".rye", ".venv"]

0 comments on commit fa0b306

Please sign in to comment.