This commit is contained in:
Thomas Krijnen
2024-12-31 16:09:04 +01:00
parent 60caef2822
commit b6bc8f8d1c
+2 -2
View File
@@ -1,7 +1,7 @@
name: Build IfcOpenShell WASM / Pyodide
on:
push:
workflow_dispatch:
jobs:
build_ifcopenshell:
@@ -38,7 +38,7 @@ jobs:
chmod +x script.sh
sed -i s/--tty// pyodide/run_docker
pyodide/run_docker ./script.sh
mv dist/IfcOpenShell-0.8.0-py3-none-any.whl dist/ifcopenshell-python-v0.8.0-${GITHUB_SHA:0:7}-cp312-cp312-emscripten_3_1_58_wasm32.whl
mv dist/IfcOpenShell-0.8.0-py3-none-any.whl dist/ifcopenshell_python-v0.8.0+${GITHUB_SHA:0:7}-cp312-cp312-emscripten_3_1_58_wasm32.whl
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4