From 75d8825878b2ac3d6886724a1866c79dda86228a Mon Sep 17 00:00:00 2001 From: David Read Date: Fri, 18 Jan 2019 22:10:44 +0000 Subject: [PATCH] Use new release of ckanserviceprovider --- README.markdown | 5 +++-- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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