Skip to content

Commit

Permalink
update pypi, version 0.2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xinntao committed Aug 26, 2021
1 parent 424a094 commit 9976a34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-pip.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.2.2.2
0.2.2.3

0 comments on commit 9976a34

Please sign in to comment.