Skip to content

Commit 9f15a26

Browse files
committed
github actions to use uv with github python
1 parent b1183fe commit 9f15a26

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/aws.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ jobs:
3535
# cache: pip
3636
- name: Install uv
3737
uses: astral-sh/setup-uv@v5
38-
- name: Set up Python
39-
run: uv python install
38+
- name: "Set up Python"
39+
uses: actions/setup-python@v5
40+
with:
41+
python-version-file: "pyproject.toml"
4042
- name: Install the project
4143
run: uv sync --all-extras --dev
4244
- name: uv to requirements.txt

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pythonwa"
3-
version = "3.1.3"
3+
version = "3.1.4"
44
description = "PythonWA website"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)