1
0
Fork 0

fix(build): install packaging tools in job

This commit is contained in:
Sean Sube 2023-02-11 21:41:09 -06:00
parent 356fc7734b
commit 33188f6eaa
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,7 @@ package-api-twine:
- tags
script:
- cd api
- pip install build twine
- python -m build
- twine check dist/*
- twine upload dist/*
@ -168,6 +169,7 @@ package-api-twine-dry:
- tags
script:
- cd api
- pip install build twine
- python -m build
- twine check dist/*