Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 2, 2020. It is now read-only.

Commit 7a8488a

Browse files
committed
removed commands for twine
1 parent f187f0a commit 7a8488a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

RELEASE.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,6 @@ Preparation:
1515
When upgrading Weka version:
1616
* change download URL in method `download_weka()` in `setup.py`
1717

18-
Commands for releasing on pypi.org (requires twine >= 1.8.0):
19-
20-
```
21-
find -name "*~" -delete
22-
rm dist/*
23-
python setup.py clean
24-
python setup.py sdist
25-
twine upload dist/*
26-
cd doc
27-
make html
28-
create zip of doc/buid/html, replace html/pypi/sphinx.zip and upload on pypi.org
29-
```
30-
3118
Commands for updating github pages:
3219

3320
```

0 commit comments

Comments
 (0)