Skip to content

Commit

Permalink
Updated travis config again
Browse files Browse the repository at this point in the history
  • Loading branch information
NicklasTegner authored and NicklasTegner committed Jul 2, 2021
1 parent ed0568c commit ebcba6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ deploy:
provider: pypi
distributions: sdist
user: __token__
password: $pypi_token
password: $PYPI_TOKEN
on:
tags: true
repo: NicklasTegner/pypandoc
Expand Down
2 changes: 1 addition & 1 deletion pypandoc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .py3compat import cast_bytes, cast_unicode, string_types, url2path, urlparse

__author__ = u'Juho Vepsäläinen'
__version__ = '1.6.2'
__version__ = '1.6.3'
__license__ = 'MIT'
__all__ = ['convert', 'convert_file', 'convert_text',
'get_pandoc_formats', 'get_pandoc_version', 'get_pandoc_path',
Expand Down

0 comments on commit ebcba6d

Please sign in to comment.