From bbcd812f837580fba691372ff6d460a1a44b68a4 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sat, 11 Feb 2023 22:02:47 -0600 Subject: [PATCH] fix(build): use auth for twine upload --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5f2bcbd..f7af3d56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -158,7 +158,7 @@ package-api-twine: - pip install build twine - python -m build - twine check dist/* - - twine upload dist/* + - twine --repository onnx-web upload dist/* artifacts: expire_in: 7 days paths: