Skip to content

Commit

Permalink
Fix pypi deployment twine bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmcmlxxvi committed Aug 13, 2015
1 parent 1305d8f commit ae48aaa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ script:
- coverage run tests/test.py
after_success:
- coveralls
before_deploy:
- pip install twine
deploy:
provider: pypi
user: dpmcmlxxvi
Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ They can be snapped to a grid point using the **snap** transformation.
Changelog
***************

- v0.3.1
- Fix pypi deployment twine bug

- v0.3.0
- Switch coverage to coveralls
- Clean up code health issues
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
name='pixelscan',
packages=find_packages(exclude=['tests']),
url='https://github.com/dpmcmlxxvi/pixelscan',
download_url='https://github.com/dpmcmlxxvi/pixelscan/tarball/v0.3.0',
version='0.3.0',
download_url='https://github.com/dpmcmlxxvi/pixelscan/tarball/v0.3.1',
version='0.3.1',
)

0 comments on commit ae48aaa

Please sign in to comment.