We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1183fe commit 9f15a26Copy full SHA for 9f15a26
.github/workflows/aws.yml
@@ -35,8 +35,10 @@ jobs:
35
# cache: pip
36
- name: Install uv
37
uses: astral-sh/setup-uv@v5
38
- - name: Set up Python
39
- run: uv python install
+ - name: "Set up Python"
+ uses: actions/setup-python@v5
40
+ with:
41
+ python-version-file: "pyproject.toml"
42
- name: Install the project
43
run: uv sync --all-extras --dev
44
- name: uv to requirements.txt
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pythonwa"
3
-version = "3.1.3"
+version = "3.1.4"
4
description = "PythonWA website"
5
readme = "README.md"
6
requires-python = ">=3.13"
0 commit comments