Fix PyPI action dependency

This commit is contained in:
Jason Lawrence 2021-09-12 21:29:56 -05:00
parent a50875afd6
commit 9c5aa088f3

View file

@ -26,6 +26,7 @@ jobs:
- name: Install dependencies and build
run: |
pip install -U pip
pip install -r requirements.txt
pip install setuptools wheel
python setup.py sdist bdist_wheel