Skip to content

Commit b9157cc

Browse files
authored
Fix/ci (#19)
1 parent c55fd86 commit b9157cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
id-token: write
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: eifinger/setup-rye@v2
18+
- uses: eifinger/setup-rye@v4
1919
with:
2020
enable-cache: true
21-
version: '0.29.0'
21+
version: '0.39.0'
2222
- name: build
2323
run: |
2424
rye build

0 commit comments

Comments
 (0)