Skip to content

Commit aac60cc

Browse files
committed
fix workflow
1 parent 16592ff commit aac60cc

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,3 @@ __pycache__/
88
.poetry/
99
dist/
1010
wheelhouse/
11-
*.dll
12-
cgal_alpha_wrapping/*.dll
13-
*.pyd
14-
*.so
15-
*.dylib

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@ build-backend = "poetry.core.masonry.api"
2020

2121
[tool.poetry]
2222
name = "cgal-alpha-wrapping"
23-
23+
version = "1.0.2"
2424
description = ""
2525
authors = ["sth-v <sthv.developer@gmail.com>"]
26+
packages = [{include = "cgal_alpha_wrapping"}]
27+
include = [
28+
{path = "cgal_alpha_wrapping/*.pyd", format = "wheel"},
29+
{path = "cgal_alpha_wrapping/*.so", format = "wheel"},
30+
{path = "cgal_alpha_wrapping/*.dll", format = "wheel"}
31+
]
2632

2733

2834
[tool.poetry.build]

0 commit comments

Comments
 (0)