1
0
forked from GitHub/gf-core
This commit is contained in:
Krasimir Angelov
2023-01-25 19:21:00 +01:00
parent 8621cf4db6
commit 97019a1524

View File

@@ -300,6 +300,11 @@ jobs:
with:
python-version: '3.10'
- name: Install and test bindings
run: |
cd src/runtime/python
python3 setup.py build
- uses: actions/upload-artifact@master
with:
name: python-windows