1
0
Fork 0

fix(build): copy readme into packages (#114)

This commit is contained in:
Sean Sube 2023-02-11 21:51:49 -06:00
parent baa7f912a1
commit d5bf2b0338
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 4 additions and 0 deletions

View File

@ -153,6 +153,7 @@ package-api-twine:
only:
- tags
script:
- cp -v README.md api/README.md
- cd api
- pip install build twine
- python -m build
@ -170,6 +171,7 @@ package-api-twine-dry:
except:
- tags
script:
- cp -v README.md api/README.md
- cd api
- pip install build twine
- python -m build
@ -184,6 +186,7 @@ package-gui-npm:
only:
- tags
script:
- cp -v README.md gui/README.md
- cd gui
- npm publish
artifacts:
@ -198,6 +201,7 @@ package-gui-npm-dry:
except:
- tags
script:
- cp -v README.md gui/README.md
- cd gui
- npm pack