wasm wheel fixes

This commit is contained in:
Thomas Krijnen
2025-01-07 13:23:10 +01:00
parent 933d845472
commit 3ced6e7bb1
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ jobs:
- name: Build
run: |
find .. -maxdepth 2
VERSION=`cat IfcOpenShell/VERSION`
sed -i s/0.8.0/$VERSION/g IfcOpenShell/pyodide/meta.yaml
echo '#!/usr/bin/bash' > script.sh
echo 'cd pyodide' > script.sh
echo 'make && pip install ./pyodide-build' >> script.sh