Update .github/workflows/pypi.yml
Co-authored-by: Sviatoslav Sydorenko <sviat@redhat.com>
This commit is contained in:
parent
b2424dd716
commit
1031308b0f
|
@ -22,8 +22,7 @@ jobs:
|
||||||
python-version: ${{ env.DEFAULT_PYTHON }}
|
python-version: ${{ env.DEFAULT_PYTHON }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade pip build setuptools wheel
|
pip install --upgrade build
|
||||||
pip install -r requirements-dev.txt
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
python -m build
|
python -m build
|
||||||
|
|
Loading…
Reference in New Issue