Skip to content

Commit

Permalink
Add rye installation to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane committed Aug 19, 2024
1 parent 9b02bba commit b0e4048
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install the latest version of rye
uses: eifinger/[email protected]
with:
enable-cache: true

- name: Set up Python
uses: actions/[email protected]
with:
python-version: "3.x"

- name: Install dependencies
run: rye sync

- name: Build package
run: rye build

Expand Down

0 comments on commit b0e4048

Please sign in to comment.