Skip to content

Commit f915c41

Browse files
committed
updated markdown generation command
1 parent 5ef655f commit f915c41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PyPi
33

44
Preparation:
55

6-
* update all help files (`img-help -f markdown -o plugins -l INFO`)
6+
* update all help files (`img-help -f markdown -o plugins -i README.md -l INFO`)
77
* update the help screen of `img-convert` in `README.md` to have the latest list of plugins
88
* increment version in `setup.py`
99
* add new changelog section in `CHANGES.rst`
@@ -15,9 +15,9 @@ Commands for releasing on pypi.org (requires twine >= 1.8.0):
1515
```
1616
find -name "*~" -delete
1717
rm dist/*
18-
./venv/bin/python setup.py clean
19-
./venv/bin/python setup.py sdist
20-
./venv/bin/twine upload dist/*
18+
python3 setup.py clean
19+
python3 setup.py sdist
20+
twine upload dist/*
2121
```
2222

2323

0 commit comments

Comments
 (0)