mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
wasm wheel fixes
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
|||||||
chmod +x script.sh
|
chmod +x script.sh
|
||||||
sed -i s/--tty// pyodide/run_docker
|
sed -i s/--tty// pyodide/run_docker
|
||||||
pyodide/run_docker ./script.sh
|
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-$VERSION-py3-none-any.whl dist/ifcopenshell-v$VERSION+${GITHUB_SHA:0:7}-cp312-cp312-emscripten_3_1_58_wasm32.whl
|
||||||
|
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v4
|
uses: aws-actions/configure-aws-credentials@v4
|
||||||
|
|||||||
+2
-2
@@ -1,11 +1,11 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(name='ifcopenshell-python',
|
setup(name='ifcopenshell',
|
||||||
version='0.8.0',
|
version='0.8.0',
|
||||||
description='IfcOpenShell is an open source (LGPL) software library for working with the Industry Foundation Classes (IFC) file format.',
|
description='IfcOpenShell is an open source (LGPL) software library for working with the Industry Foundation Classes (IFC) file format.',
|
||||||
author='Thomas Krijnen',
|
author='Thomas Krijnen',
|
||||||
author_email='thomas@aecgeeks.com',
|
author_email='thomas@aecgeeks.com',
|
||||||
url='http://ifcopenshell.org',
|
url='http://ifcopenshell.org',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
package_data={'': ['*.so']},
|
package_data={'': ['*.so', '*.json']},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user