1
0
Fork 0

fix(build): install wheel for basicsr

This commit is contained in:
Sean Sube 2023-03-16 21:46:30 -05:00
parent d3a17ec648
commit d9bae80778
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 7 additions and 2 deletions

View File

@ -157,8 +157,8 @@ package-api-twine:
- echo "${PIP_SECRET}" | base64 -d > $HOME/.pypirc - echo "${PIP_SECRET}" | base64 -d > $HOME/.pypirc
- cp -v README.md api/README.md - cp -v README.md api/README.md
- cd api - cd api
- pip install build twine - pip3 install -r requirements/dev.txt
- python -m build - python3 -m build
- twine check dist/* - twine check dist/*
- twine upload --repository onnx-web dist/* - twine upload --repository onnx-web dist/*
artifacts: artifacts:

View File

@ -1,3 +1,8 @@
# build
build
twine
wheel
# lint # lint
black black
flake8 flake8