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