-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters