File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,12 @@ install:
1212- bash <(curl -sL get.comby.dev)
1313- pip install -r requirements.dev.txt
1414- pip install tox-travis==0.12
15- - pip install .
15+ # https://travis-ci.community/t/cant-deploy-to-pypi-anymore-pkg-resources-contextualversionconflict-importlib-metadata-0-18/10494/4
16+ - pip install keyring==21.4.0
17+ # see #337: flag potential twine issues before attempting to upload to PyPI
18+ - python setup.py sdist
19+ - python setup.py bdist_wheel
20+ - twine check dist/*
1621script :
1722- tox
1823notifications :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = comby
33version = 0.0.2
44author = Christopher Timperley
556- url = " https://github.com/ChrisTimperley/comby-python"
6+ url = https://github.com/ChrisTimperley/comby-python
77description = Lightweight language-independent syntax rewriting.
88long-description = file: README.rst, LICENSE
99long-descripion-content-type = text/reStructuredText
You can’t perform that action at this time.
0 commit comments