Skip to content

Commit e223fc9

Browse files
v0.1.8
1 parent 9979ed1 commit e223fc9

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
tags:
88
- 'v*'
99

10+
1011
jobs:
1112
build:
1213
runs-on: ubuntu-latest
@@ -20,18 +21,14 @@ jobs:
2021
uses: astral-sh/setup-uv@v5
2122
with:
2223
version: "0.6.6"
23-
24-
- name: "Set up Python"
25-
uses: actions/setup-python@v5
26-
with:
27-
python-version-file: ".python-version"
24+
python-version: "3.11"
2825

2926
- name: Install the project
30-
run: uv sync --all-extras --group=build
27+
run: uv sync --all-extras
3128

3229
- name: Build package
3330
run: |
34-
uv run -m build
31+
uv build
3532
3633
- name: Upload distributions
3734
uses: actions/upload-artifact@v4
@@ -67,15 +64,4 @@ jobs:
6764
- name: Publish release distributions to PyPI
6865
uses: pypa/gh-action-pypi-publish@release/v1
6966
with:
70-
packages-dir: dist/
71-
72-
73-
- name: Create GitHub Release
74-
uses: softprops/action-gh-release@v2
75-
with:
76-
token: ${{ secrets.GITHUB_TOKEN }}
77-
tag_name: ${{ github.ref_name }}
78-
name: Release ${{ github.ref_name }}
79-
body: "Automated release of version ${{ github.ref_name }}."
80-
files: |
81-
dist/*
67+
packages-dir: dist/

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)