Make IfcConvert downloads also come consistently from github releases

This commit is contained in:
Dion Moult
2024-07-26 20:01:58 +10:00
parent 228bbc30ad
commit 6f70196a6c
3 changed files with 14 additions and 14 deletions
-1
View File
@@ -96,7 +96,6 @@ OLD:=c18e4ea
bump:
cd . && $(SED) -b "s/$(OLD)/$(NEW)/" Makefile
cd ../ifcopenshell-python/ && $(SED) -b "s/$(OLD)/$(NEW)/" Makefile
cd ../ifcopenshell-python/docs/ifcconvert/ && $(SED) -b "s/$(OLD)/$(NEW)/" installation.rst
.PHONY: dist
dist: