Upload version to PyPI.

This commit is contained in:
Sergio Martínez Portela 2021-08-03 23:04:36 +02:00
parent 6943ebad7c
commit 7cf643200e
2 changed files with 11 additions and 1 deletions

10
scripts/upload-to-pip.sh Normal file
View File

@ -0,0 +1,10 @@
#!/bin/sh
set -eu
cd "`dirname $0`"
cd ..
python setup.py sdist
twine upload --verbose dist/*

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="org-rw",
version="0.0.1",
version="0.0.1.dev1",
description="Library to de/serialize org-files and manipulate them.",
author="kenkeiras",
author_email="kenkeiras@codigoparallevar.com",