diff --git a/README.markdown b/README.markdown index a373539..e8ded11 100644 --- a/README.markdown +++ b/README.markdown @@ -79,8 +79,9 @@ To release a new version of DataPusher: [PyPI][]: ```bash - python setup.py sdist - python setup.py sdist upload + python setup.py sdist bdist_wheel + pip install --upgrade twine + twine upload dist/* ``` You may want to test installing and running the new version from PyPI in a diff --git a/requirements.txt b/requirements.txt index 8967105..8cab5c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ argparse -ckanserviceprovider==0.0.7 +ckanserviceprovider==0.0.8 html5lib==1.0.1 messytables==0.15.2 python-slugify==1.2.1