Skip to content

Commit 7b1212a

Browse files
committed
Adapt to new wasm wheel name
1 parent 6a0a792 commit 7b1212a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

to_md.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ def _():
5252
except:
5353
continue
5454

55+
if module_name == "ifcopenshell":
56+
module_name += "-python"
57+
5558
if len(tags) != 1:
5659
continue
5760

0 commit comments

Comments
 (0)