Skip to content

Commit 09da0c2

Browse files
travis: removed quotes from setup.cfg line and used twine to check setup.cfg
1 parent 19c960c commit 09da0c2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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/*
1621
script:
1722
- tox
1823
notifications:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = comby
33
version = 0.0.2
44
author = Christopher Timperley
55
author-email = [email protected]
6-
url = "https://github.com/ChrisTimperley/comby-python"
6+
url = https://github.com/ChrisTimperley/comby-python
77
description = Lightweight language-independent syntax rewriting.
88
long-description = file: README.rst, LICENSE
99
long-descripion-content-type = text/reStructuredText

0 commit comments

Comments
 (0)