Commit c3dd52d 1 parent 79d6ccc commit c3dd52d Copy full SHA for c3dd52d
File tree 1 file changed +0
-47
lines changed
1 file changed +0
-47
lines changed Original file line number Diff line number Diff line change 14
14
python-version : ["3.10"]
15
15
node-version : [18]
16
16
package :
17
- - app
18
17
- model
19
18
- outbox
20
- - router
21
19
- store
22
- - react
23
- - material
24
- - material-web
25
- - material-native
26
- - map
27
- - map-gl
28
- - map-gl-web
29
- - map-gl-native
30
20
steps :
31
21
- uses : actions/checkout@v2
32
22
with :
46
36
run : cd packages/$PACKAGE && npm ci
47
37
- name : Lint with ESLint
48
38
run : npm run lint
49
- - name : Check ESM Imports
50
- run : |
51
- echo 'export default "0.0.0";' > version.js
52
- sed -i "s/@mui\/material\/utils\/index.js/@mui\/material\/node\/utils\/index.js/" modules.js
53
- node index.js
54
- git checkout modules.js
55
39
- name : Start test server
56
40
run : python -m tests.server &
57
41
- name : Test with Jest
73
57
cp .npmrc packages/$PACKAGE/.npmrc # for native builds
74
58
cd packages/$PACKAGE
75
59
npm publish
76
- pip :
77
- name : Python Package
78
- runs-on : ubuntu-22.04
79
- strategy :
80
- matrix :
81
- python-version : ["3.11"]
82
- node-version : [18]
83
- steps :
84
- - uses : actions/checkout@v2
85
- with :
86
- fetch-depth : 0
87
- - name : Set up Python ${{ matrix.python-version }}
88
- uses : actions/setup-python@v2
89
- with :
90
- python-version : ${{ matrix.python-version }}
91
- - name : Set up Node ${{ matrix.python-node }}
92
- uses : actions/setup-node@v2
93
- with :
94
- node-version : ${{ matrix.node-version }}
95
- - name : Install dependencies
96
- run : |
97
- python -m pip install --upgrade pip
98
- python -m pip install build
99
- - name : Build Python Wheel
100
- run : |
101
- python -m build
102
- python -m pip install `ls dist/*.whl`
103
- - uses : actions/upload-artifact@v3
104
- with :
105
- name : wq.app
106
- path : dist/*.whl
You can’t perform that action at this time.
0 commit comments