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 ac1de26 commit 41e606fCopy full SHA for 41e606f
1 file changed
.github/workflows/python-publish.yml
@@ -28,5 +28,9 @@ jobs:
28
pacman --noconfirm -Syyu
29
pacman --noconfirm -Sy python-uv python-setuptools python-pip
30
pacman --noconfirm -Sy python-pyparted python-pydantic
31
+ - name: Build archinstall
32
+ run: |
33
uv build --no-build-isolation --wheel
34
+ - name: Publish archinstall to PyPi
35
36
uv publish --trusted-publishing always
0 commit comments