Skip to content

Commit e9a7e78

Browse files
v0.1.8
1 parent 9979ed1 commit e9a7e78

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]
4646
Homepage = "https://github.com/ika-rwth-aachen/omega-prime"

0 commit comments

Comments
 (0)