1
0
Fork 0

create rc files from env

This commit is contained in:
Sean Sube 2023-02-11 22:06:05 -06:00
parent bbcd812f83
commit 284566025d
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,7 @@ package-api-twine:
only:
- tags
script:
- echo "${PIP_SECRET}" | base64 -d > $HOME/.pypirc
- cp -v README.md api/README.md
- cd api
- pip install build twine
@ -186,6 +187,7 @@ package-gui-npm:
only:
- tags
script:
- echo "${NPM_SECRET}" | base64 -d > $HOME/.npmrc
- cp -v README.md gui/README.md
- cd gui
- npm publish