1
0
Fork 0

fix twine args order

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

View File

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