ok
This commit is contained in:
parent
d78cb4e50d
commit
7233ced080
@ -19,8 +19,10 @@ executors:
|
||||
jobs:
|
||||
python-test:
|
||||
executor: python
|
||||
working_directory: ./py/lib
|
||||
working_directory: /scwrypts/py/lib
|
||||
steps:
|
||||
- checkout:
|
||||
path: /scwrypts
|
||||
- run: |
|
||||
: \
|
||||
&& pip install -e . \
|
||||
@ -29,16 +31,19 @@ jobs:
|
||||
|
||||
python-publish:
|
||||
executor: python
|
||||
working_directory: /scwrypts/py/lib
|
||||
steps:
|
||||
- checkout
|
||||
- checkout:
|
||||
path: /scwrypts
|
||||
- python/dist
|
||||
- run: pip install twine && twine upload dist/*
|
||||
|
||||
nodejs-test:
|
||||
executor: nodejs
|
||||
working_directory: ./zx/lib
|
||||
working_directory: /scwrypts/zx/lib
|
||||
steps:
|
||||
- checkout
|
||||
- checkout:
|
||||
path: /scwrypts
|
||||
|
||||
- restore_cache:
|
||||
name: restore pnpm cache
|
||||
@ -64,9 +69,10 @@ jobs:
|
||||
|
||||
nodejs-publish:
|
||||
executor: nodejs
|
||||
working_directory: ./zx/lib
|
||||
working_directory: /scwrypts/zx/lib
|
||||
steps:
|
||||
- checkout
|
||||
- checkout:
|
||||
path: /scwrypts
|
||||
|
||||
- restore_cache:
|
||||
name: restore pnpm cache
|
||||
|
Loading…
Reference in New Issue
Block a user