We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5f9d4 commit ea24e4bCopy full SHA for ea24e4b
.github/workflows/build.yml
@@ -49,3 +49,24 @@ jobs:
49
- name: Tear down docker container
50
run: |
51
docker rm -f nanomq
52
+
53
+ build-cpython-components:
54
+ runs-on: windows-latest
55
56
+ steps:
57
+ - name: Checkout repo
58
+ uses: actions/checkout@v4
59
60
+ - name: Install dependencies
61
+ run: |
62
+ python -m pip install --upgrade pip
63
+ pip install -e .[dev]
64
65
+ - name: Create CPython Grasshopper user objects
66
67
+ invoke build-cpython-ghuser-components
68
69
+ - uses: actions/upload-artifact@v2
70
+ with:
71
+ name: compas_eve_components
72
+ path: src/compas_eve/ghpython/components/ghuser
0 commit comments