Skip to content

Commit 3ced6e7

Browse files
committed
wasm wheel fixes
1 parent 933d845 commit 3ced6e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build_pyodide.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525

2626
- name: Build
2727
run: |
28-
find .. -maxdepth 2
28+
VERSION=`cat IfcOpenShell/VERSION`
29+
sed -i s/0.8.0/$VERSION/g IfcOpenShell/pyodide/meta.yaml
2930
echo '#!/usr/bin/bash' > script.sh
3031
echo 'cd pyodide' > script.sh
3132
echo 'make && pip install ./pyodide-build' >> script.sh

pyodide/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
setup(name='IfcOpenShell',
3+
setup(name='ifcopenshell-python',
44
version='0.8.0',
55
description='IfcOpenShell is an open source (LGPL) software library for working with the Industry Foundation Classes (IFC) file format.',
66
author='Thomas Krijnen',

0 commit comments

Comments
 (0)