Skip to content

Commit b0e4048

Browse files
committed
Add rye installation to CI
1 parent 9b02bba commit b0e4048

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/python-publish.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18+
- name: Install the latest version of rye
19+
uses: eifinger/[email protected]
20+
with:
21+
enable-cache: true
22+
1823
- name: Set up Python
1924
uses: actions/[email protected]
2025
with:
2126
python-version: "3.x"
2227

23-
- name: Install dependencies
24-
run: rye sync
25-
2628
- name: Build package
2729
run: rye build
2830

0 commit comments

Comments
 (0)