Skip to content

Commit 6aba7fb

Browse files
committed
ci: CD workflow to use uv python management
1 parent 9ab5a1b commit 6aba7fb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/CD-publish_to_pypi.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,14 @@ jobs:
5050
- name: Checkout code
5151
uses: actions/checkout@v4
5252

53-
- name: Set up Python
54-
uses: actions/setup-python@v5
55-
with:
56-
python-version: 3.11.10
57-
5853
- name: Install uv
5954
uses: astral-sh/setup-uv@v6
6055
with:
6156
enable-cache: true
6257

58+
- name: Set up Python 3.11.10
59+
run: uv python install 3.11.10
60+
6361
- name: Install dependencies
6462
run: uv sync --all-groups
6563

0 commit comments

Comments
 (0)