bloomberg / attrs-strict

Provides runtime validation of attributes specified in Python 'attr'-based data classes.
Apache License 2.0
52 stars 19 forks source link

Correct Travis-CI deployment condition #19

Closed kpfleming closed 5 years ago

kpfleming commented 5 years ago

The deployment configuration in Travis-CI is now supplying TWINE_PASSWORD, not PYPI_PASSWORD, so the condition check should test that variable.

Signed-off-by: Kevin P. Fleming kpfleming@bloomberg.net