diff --git a/.github/workflows/publish-pip.yml b/.github/workflows/publish-pip.yml index 59212b9c7..f3c8e574f 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 58962c22b..47e1b0a2e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.2.2 +0.2.2.3