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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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