From 9976a34454bf5885635cdf5fb4434671098150cd Mon Sep 17 00:00:00 2001 From: Xintao Date: Thu, 26 Aug 2021 22:27:19 +0800 Subject: [PATCH] update pypi, version 0.2.2.3 --- .github/workflows/publish-pip.yml | 5 +++-- VERSION | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-pip.yml b/.github/workflows/publish-pip.yml index 59212b9..f3c8e57 100644 --- a/.github/workflows/publish-pip.yml +++ b/.github/workflows/publish-pip.yml @@ -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: diff --git a/VERSION b/VERSION index 58962c2..47e1b0a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.2.2 +0.2.2.3