File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,14 @@ jobs:
2020 uses : astral-sh/setup-uv@v5
2121 with :
2222 version : " 0.6.6"
23-
24- - name : " Set up Python"
25- uses : actions/setup-python@v5
26- with :
27- python-version-file : " .python-version"
23+ python-version : " 3.11"
2824
2925 - name : Install the project
30- run : uv sync --all-extras --group=build
26+ run : uv sync --all-extras
3127
3228 - name : Build package
3329 run : |
34- uv run -m build
30+ uv build
3531
3632 - name : Upload distributions
3733 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies = [
4040 ' lxd-io>=0.4.4'
4141
4242]
43- version = " 0.1.7 "
43+ version = " 0.1.8 "
4444
4545[project .urls ]
4646Homepage = " https://github.com/ika-rwth-aachen/omega-prime"
You can’t perform that action at this time.
0 commit comments