Skip to content

Commit

Permalink
fix(build): use auth for twine upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 12, 2023
1 parent d5bf2b0 commit bbcd812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bbcd812

Please sign in to comment.