install missing build deps

This commit is contained in:
Nick Sweeting 2020-11-28 05:51:17 -05:00
parent 0a0bf18962
commit cda2f42b46
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
- name: Build Python Package
run: |
pip3 install --uprade pip setuptools wheel
pip3 install --upgrade pip setuptools wheel
python3 setup.py \
sdist --dist-dir=./pip_dist \
bdist_wheel --dist-dir=./pip_dist \