Skip to content

Commit

Permalink
tell rye to use uv (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored Apr 26, 2024
1 parent 3a80916 commit 4b25c3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
python-version: "3.8"
- uses: eifinger/[email protected]
- run: rye config --set-bool behavior.use-uv=true
- run: rye sync --no-lock
- run: make lint

Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- uses: eifinger/[email protected]
- run: rye config --set-bool behavior.use-uv=true
- run: rye sync --no-lock
- run: rye show
- run: make test
Expand Down Expand Up @@ -97,6 +99,7 @@ jobs:
version_file_path: pyproject.toml

- uses: eifinger/setup-rye@v2
- run: rye config --set-bool behavior.use-uv=true
- run: rye build

- name: Upload package to PyPI
Expand Down

0 comments on commit 4b25c3a

Please sign in to comment.