File tree Expand file tree Collapse file tree 2 files changed +6
-20
lines changed
Expand file tree Collapse file tree 2 files changed +6
-20
lines changed Original file line number Diff line number Diff line change 77 tags :
88 - ' v*'
99
10+
1011jobs :
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
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/
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