This commit is contained in:
Wryn (yage) Wagner 2024-02-20 22:16:40 -07:00
parent d78cb4e50d
commit 7233ced080

View File

@ -19,8 +19,10 @@ executors:
jobs: jobs:
python-test: python-test:
executor: python executor: python
working_directory: ./py/lib working_directory: /scwrypts/py/lib
steps: steps:
- checkout:
path: /scwrypts
- run: | - run: |
: \ : \
&& pip install -e . \ && pip install -e . \
@ -29,16 +31,19 @@ jobs:
python-publish: python-publish:
executor: python executor: python
working_directory: /scwrypts/py/lib
steps: steps:
- checkout - checkout:
path: /scwrypts
- python/dist - python/dist
- run: pip install twine && twine upload dist/* - run: pip install twine && twine upload dist/*
nodejs-test: nodejs-test:
executor: nodejs executor: nodejs
working_directory: ./zx/lib working_directory: /scwrypts/zx/lib
steps: steps:
- checkout - checkout:
path: /scwrypts
- restore_cache: - restore_cache:
name: restore pnpm cache name: restore pnpm cache
@ -64,9 +69,10 @@ jobs:
nodejs-publish: nodejs-publish:
executor: nodejs executor: nodejs
working_directory: ./zx/lib working_directory: /scwrypts/zx/lib
steps: steps:
- checkout - checkout:
path: /scwrypts
- restore_cache: - restore_cache:
name: restore pnpm cache name: restore pnpm cache