Add build module
This commit is contained in:
parent
af530b479c
commit
0683934187
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install setuptools wheel twine
|
||||
pip install setuptools wheel build twine
|
||||
- name: Build archinstall
|
||||
run: |
|
||||
python -m build
|
||||
|
|
|
|||
Loading…
Reference in New Issue