Update build.yml - install missing dep on deploy

This commit is contained in:
Bert Blommers 2021-03-05 12:36:32 +00:00 committed by GitHub
parent 6da4905da9
commit 5aefbb1e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,12 +180,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Update project version
- name: Update & Build
run: |
pip install wheel packaging
python update_version_from_git.py
- name: Build project
run: |
pip install wheel
python setup.py sdist bdist_wheel
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master