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 41e606f commit 6521d7cCopy full SHA for 6521d7c
1 file changed
.github/workflows/python-publish.yml
@@ -17,17 +17,12 @@ jobs:
17
options: --privileged
18
steps:
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
- - name: Set up Python
21
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
22
- with:
23
- python-version: '3.x'
24
- name: Prepare arch
25
run: |
26
pacman-key --init
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
+ pacman --noconfirm -Sy python python-uv python-setuptools python-pip python-pyparted python-pydantic
31
- name: Build archinstall
32
33
uv build --no-build-isolation --wheel
0 commit comments