update pypi, version 0.2.2.3
This commit is contained in:
5
.github/workflows/publish-pip.yml
vendored
5
.github/workflows/publish-pip.yml
vendored
@@ -20,12 +20,13 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install basicsr
|
||||
pip install facexlib
|
||||
pip install gfpgan
|
||||
pip install -r requirements.txt
|
||||
- name: Build and install
|
||||
run: rm -rf .eggs && pip install -e .
|
||||
- name: Build for distribution
|
||||
# remove bdist_wheel for pip installation with compiling cuda extensions
|
||||
run: python setup.py sdist
|
||||
run: python setup.py sdist bdist_wheel
|
||||
- name: Publish distribution to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user