mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
Forgot to do the same for PyPI
This commit is contained in:
@@ -111,14 +111,7 @@ endif
|
|||||||
|
|
||||||
cd dist/working && wget $(IOS_URL)
|
cd dist/working && wget $(IOS_URL)
|
||||||
cd dist/working && unzip ifcopenshell-python*
|
cd dist/working && unzip ifcopenshell-python*
|
||||||
cp -r dist/working/ifcopenshell/ifcopenshell_wrapper.py dist/ifcopenshell/
|
cp -r dist/working/ifcopenshell/*ifcopenshell_wrapper* dist/ifcopenshell/
|
||||||
ifeq ($(PLATFORM), win64)
|
|
||||||
cp -r dist/working/ifcopenshell/_ifcopenshell_wrapper.pyd dist/ifcopenshell/
|
|
||||||
else ifeq ($(PLATFORM), win32)
|
|
||||||
cp -r dist/working/ifcopenshell/_ifcopenshell_wrapper.pyd dist/ifcopenshell/
|
|
||||||
else
|
|
||||||
cp -r dist/working/ifcopenshell/_ifcopenshell_wrapper.so dist/ifcopenshell/
|
|
||||||
endif
|
|
||||||
rm -rf dist/working
|
rm -rf dist/working
|
||||||
# distutils cannot access anything outside the cwd, so hackishly swap out the README.md
|
# distutils cannot access anything outside the cwd, so hackishly swap out the README.md
|
||||||
cp README.md ../README.bak
|
cp README.md ../README.bak
|
||||||
|
|||||||
Reference in New Issue
Block a user