Skip to content

Commit c78505e

Browse files
committed
Chg:Only release built distribution, wheel.
Due to the source distribution is not working well with pip. (See #11)
1 parent 7f7085d commit c78505e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ def build(session):
5757
session.run("poetry", "install", "-v", "--no-dev", external=True)
5858
if not lark_parser_path.exists():
5959
build_lark_parser()
60-
session.run("poetry", "build")
60+
session.run("poetry", "build", "-f", "wheel")

0 commit comments

Comments
 (0)