We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb6f13 commit d750a74Copy full SHA for d750a74
1 file changed
duties.py
@@ -385,7 +385,19 @@ def build(ctx: Context) -> None:
385
"""
386
ctx.run(
387
tools.build(),
388
- title="Building source and wheel distributions",
+ title="Building meta package source and wheel distributions",
389
+ pty=PTY,
390
+ )
391
+ ctx.run(
392
+ tools.build(outdir="../../dist"),
393
+ workdir="packages/griffelib",
394
+ title="Building library source and wheel distributions",
395
396
397
398
399
+ workdir="packages/griffecli",
400
+ title="Building CLI source and wheel distributions",
401
pty=PTY,
402
)
403
0 commit comments