Update build.yml - install missing dep on deploy
This commit is contained in:
parent
6da4905da9
commit
5aefbb1e51
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -180,12 +180,10 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Update project version
|
- name: Update & Build
|
||||||
run: |
|
run: |
|
||||||
|
pip install wheel packaging
|
||||||
python update_version_from_git.py
|
python update_version_from_git.py
|
||||||
- name: Build project
|
|
||||||
run: |
|
|
||||||
pip install wheel
|
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
- name: Publish to PyPI
|
- name: Publish to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@master
|
uses: pypa/gh-action-pypi-publish@master
|
||||||
|
Loading…
Reference in New Issue
Block a user