Skip to content

Commit

Permalink
fix(build): install wheel for basicsr
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Mar 17, 2023
1 parent d3a17ec commit d9bae80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ package-api-twine:
- echo "${PIP_SECRET}" | base64 -d > $HOME/.pypirc
- cp -v README.md api/README.md
- cd api
- pip install build twine
- python -m build
- pip3 install -r requirements/dev.txt
- python3 -m build
- twine check dist/*
- twine upload --repository onnx-web dist/*
artifacts:
Expand Down
5 changes: 5 additions & 0 deletions api/requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# build
build
twine
wheel

# lint
black
flake8
Expand Down

0 comments on commit d9bae80

Please sign in to comment.