Skip to content

Commit 3d95879

Browse files
committed
Add a pip install step.
1 parent d6c0f29 commit 3d95879

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ def release(ctx: Context, version: str | None = None, nodoc: bool = False) -> No
210210
release_github(ctx, version)
211211

212212
ctx.run("rm -f dist/*.*", warn=True)
213+
ctx.run("pip install -e .", warn=True)
213214
ctx.run("python -m build", warn=True)
214215
ctx.run("twine upload --skip-existing dist/*.whl", warn=True)
215216
ctx.run("twine upload --skip-existing dist/*.tar.gz", warn=True)

0 commit comments

Comments
 (0)