See #4529. Publish IfcPatch to PyPI.

This commit is contained in:
Dion Moult
2024-04-08 10:24:04 +10:00
parent 42db0b18b0
commit 0168c0ee26
3 changed files with 84 additions and 0 deletions
+7
View File
@@ -23,3 +23,10 @@ test:
.PHONY: qa
qa:
black .
.PHONY: dist
dist:
rm -rf dist
$(SED) "s/999999/$(VERSION)/" pyproject.toml
python -m build
$(SED) "s/$(VERSION)/999999/" pyproject.toml