Update pypi.yml

This commit is contained in:
krateng 2021-12-16 06:28:53 +01:00 committed by GitHub
parent 647e942a35
commit 54ad3f6d3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ jobs:
- name: Install dependencies
run: pip install wheel setuptools
- name: Install Python dependencies
run: pip install -r requirements.txt
- name: Build package
run: python setup.py sdist bdist_wheel