Skip to content

Commit a9f190f

Browse files
committed
Testing missing dependency
1 parent 79a4c7c commit a9f190f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33

44
name: Upload archinstall to PyPi
55

6-
on:
7-
release:
8-
types: [ published ]
6+
# on:
7+
# release:
8+
# types: [ published ]
9+
on: [ push, pull_request ]
910

1011
jobs:
1112
deploy:
@@ -26,6 +27,7 @@ jobs:
2627
pacman --noconfirm -Sy archlinux-keyring
2728
pacman --noconfirm -Syyu
2829
pacman --noconfirm -Sy python-uv python-setuptools python-pip
30+
pacman --noconfirm -Sy python-pyparted python-pydantic
2931
- name: Build archinstall
3032
run: |
3133
uv build --no-build-isolation --wheel

0 commit comments

Comments
 (0)