This could be split into two different tasks
This commit is contained in:
parent
1171fb59df
commit
05258096a0
|
|
@ -22,10 +22,12 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install setuptools wheel twine
|
||||
- name: Build and publish
|
||||
- name: Build archinstall
|
||||
run: |
|
||||
python -m build
|
||||
- name: Publish archinstall to PyPi
|
||||
env:
|
||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||
run: |
|
||||
python -m build
|
||||
twine upload dist/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue