forked from kenkeiras/org-rw
Prepare for PyPI pushising, bumb version.
This commit is contained in:
parent
423d6f9842
commit
a56ac018a8
3
.gitignore
vendored
3
.gitignore
vendored
@ -139,3 +139,6 @@ dmypy.json
|
||||
|
||||
# Cython debug symbols
|
||||
cython_debug/
|
||||
|
||||
# Files for PyPI publishing
|
||||
README.md
|
||||
|
@ -5,6 +5,8 @@ set -eu
|
||||
cd "`dirname $0`"
|
||||
cd ..
|
||||
|
||||
pandoc README.org -o README.md # PyPI doesn't accept Org files
|
||||
|
||||
python setup.py sdist
|
||||
|
||||
twine upload --verbose dist/*
|
||||
|
Loading…
Reference in New Issue
Block a user