Update .github/workflows/pypi.yml

Co-authored-by: Sviatoslav Sydorenko <sviat@redhat.com>
This commit is contained in:
Sam Bull
2021-01-30 23:07:09 +00:00
committed by GitHub
parent b2424dd716
commit 1031308b0f

View File

@@ -22,8 +22,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Install dependencies
run: |
pip install --upgrade pip build setuptools wheel
pip install -r requirements-dev.txt
pip install --upgrade build
- name: Build
run: |
python -m build