Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd54a33b

Browse files
committed
Install twine and build
1 parent880d5a6 commitd54a33b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎python/Makefile‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
all:
22
@mkdir -p mlmorph/data
33
cp ../malayalam.a mlmorph/data/malayalam.a
4+
pip install build
45
python -m build --sdist
5-
pip3 install -e.
6+
pip install -e.
67

78
clean:
89
@rm -f mlmorph/data/*.a
910

1011
upload:
1112
rm -rf dist
13+
pip install build twine
1214
python -m build --sdist
1315
python -m twine upload dist/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp