update pypi, version 0.2.2.3

This commit is contained in:
Xintao
2021-08-26 22:27:19 +08:00
parent 424a09457b
commit 9976a34454
2 changed files with 4 additions and 3 deletions

View File

@@ -20,12 +20,13 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install basicsr pip install basicsr
pip install facexlib
pip install gfpgan
pip install -r requirements.txt pip install -r requirements.txt
- name: Build and install - name: Build and install
run: rm -rf .eggs && pip install -e . run: rm -rf .eggs && pip install -e .
- name: Build for distribution - name: Build for distribution
# remove bdist_wheel for pip installation with compiling cuda extensions run: python setup.py sdist bdist_wheel
run: python setup.py sdist
- name: Publish distribution to PyPI - name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master uses: pypa/gh-action-pypi-publish@master
with: with:

View File

@@ -1 +1 @@
0.2.2.2 0.2.2.3