Skip to content

Commit

Permalink
Use new release of ckanserviceprovider
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Jan 18, 2019
1 parent 9cca793 commit 75d8825
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 75d8825

Please sign in to comment.