Skip to content

Commit 118b3b3

Browse files
committed
build(itkwasm): clear dist/ before publish
1 parent f5e526b commit 118b3b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/core/python/itkwasm/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ depends-on = ["download-pyodide"]
8686
description = "Run tests"
8787

8888
[tool.pixi.tasks.publish]
89-
cmd = "hatch publish"
90-
depends-on = ["build"]
89+
cmd = '''rm -rf dist &&
90+
hatch build &&
91+
hatch publish'''
9192
description = "Publish package wheels"

0 commit comments

Comments
 (0)