Compare commits
3 Commits
v4.0.2
...
v4-develop
Author | SHA1 | Date | |
---|---|---|---|
6081122e88 | |||
db18183c94 | |||
fec8c5e560 |
@ -30,7 +30,6 @@ jobs:
|
|||||||
&& pip install . .[test] \
|
&& pip install . .[test] \
|
||||||
&& pytest \
|
&& pytest \
|
||||||
;
|
;
|
||||||
- run: python -m build
|
|
||||||
|
|
||||||
python-publish:
|
python-publish:
|
||||||
executor: python
|
executor: python
|
||||||
@ -38,7 +37,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout:
|
- checkout:
|
||||||
path: ~/scwrypts
|
path: ~/scwrypts
|
||||||
- run: python -m build
|
- python/dist
|
||||||
- run: pip install twine && twine upload dist/*
|
- run: pip install twine && twine upload dist/*
|
||||||
|
|
||||||
nodejs-test:
|
nodejs-test:
|
||||||
@ -111,34 +110,24 @@ jobs:
|
|||||||
workflows:
|
workflows:
|
||||||
python:
|
python:
|
||||||
jobs:
|
jobs:
|
||||||
- python-test:
|
- python-test
|
||||||
filters:
|
|
||||||
tags:
|
|
||||||
only: /^v\d+\.\d+\.\d+.*$/
|
|
||||||
branches:
|
|
||||||
ignore: /^main$/
|
|
||||||
- python-publish:
|
- python-publish:
|
||||||
requires: [python-test]
|
requires: [python-test]
|
||||||
context: [pypi-yage]
|
context: [pypi-yage]
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /^v\d+\.\d+\.\d+.*$/
|
only: /^v.*$/
|
||||||
branches:
|
branches:
|
||||||
ignore: /^.*$/
|
ignore: /^.*$/
|
||||||
|
|
||||||
nodejs:
|
nodejs:
|
||||||
jobs:
|
jobs:
|
||||||
- nodejs-test:
|
- nodejs-test
|
||||||
filters:
|
|
||||||
tags:
|
|
||||||
only: /^v.*$/
|
|
||||||
branches:
|
|
||||||
ignore: /^main$/
|
|
||||||
- nodejs-publish:
|
- nodejs-publish:
|
||||||
requires: [nodejs-test]
|
requires: [nodejs-test]
|
||||||
context: [npm-wrynegade]
|
context: [npm-wrynegade]
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /^v\d+\.\d+\.\d+.*$/
|
only: /^v.*$/
|
||||||
branches:
|
branches:
|
||||||
ignore: /^main$/
|
ignore: /^.*$/
|
||||||
|
Reference in New Issue
Block a user