1
0
Fork 0

fix(build): use auth for twine upload

This commit is contained in:
Sean Sube 2023-02-11 22:02:47 -06:00
parent d5bf2b0338
commit bbcd812f83
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ package-api-twine:
- pip install build twine - pip install build twine
- python -m build - python -m build
- twine check dist/* - twine check dist/*
- twine upload dist/* - twine --repository onnx-web upload dist/*
artifacts: artifacts:
expire_in: 7 days expire_in: 7 days
paths: paths: