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 79a4c7c commit a9f190fCopy full SHA for a9f190f
1 file changed
.github/workflows/python-publish.yml
@@ -3,9 +3,10 @@
3
4
name: Upload archinstall to PyPi
5
6
-on:
7
- release:
8
- types: [ published ]
+# on:
+# release:
+# types: [ published ]
9
+on: [ push, pull_request ]
10
11
jobs:
12
deploy:
@@ -26,6 +27,7 @@ jobs:
26
27
pacman --noconfirm -Sy archlinux-keyring
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
0 commit comments