Skip to content

Commit 41e606f

Browse files
committed
Testing missing dependency
1 parent ac1de26 commit 41e606f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@ jobs:
2828
pacman --noconfirm -Syyu
2929
pacman --noconfirm -Sy python-uv python-setuptools python-pip
3030
pacman --noconfirm -Sy python-pyparted python-pydantic
31+
- name: Build archinstall
32+
run: |
3133
uv build --no-build-isolation --wheel
34+
- name: Publish archinstall to PyPi
35+
run: |
3236
uv publish --trusted-publishing always

0 commit comments

Comments
 (0)