Skip to content

Commit

Permalink
fix(build): copy readme into packages (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 12, 2023
1 parent baa7f91 commit d5bf2b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -184,6 +186,7 @@ package-gui-npm:
only:
- tags
script:
- cp -v README.md gui/README.md
- cd gui
- npm publish
artifacts:
Expand All @@ -198,6 +201,7 @@ package-gui-npm-dry:
except:
- tags
script:
- cp -v README.md gui/README.md
- cd gui
- npm pack

Expand Down

0 comments on commit d5bf2b0

Please sign in to comment.