Skip to content

Commit b7dd456

Browse files
author
mcquin
committed
deploy to PyPI on tag
1 parent 6cf1580 commit b7dd456

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,14 @@ install:
1212
- pip install .
1313
script:
1414
- nosetests
15-
- cd docs && make html
15+
- cd docs && make html
16+
deploy:
17+
provider: pypi
18+
user: mcquin
19+
password:
20+
secure: PrFX2wJrhchChzJD8DX+q7q9UK9zrxl0CN3AdT8kBEIAxzVpM+jCS0Znt7yPHipNjhhvCPtcP2HqmkKuV3o4EgGb/E7BORbKnvBmnLVPcAOpBJXSGxqSXctmPUDlV3FF6Vi2MSTzOIcAPBSqQEB9HBtEUYO34gu2R0dwC3LdrVM=
21+
on:
22+
tags: true
23+
distributions: sdist bdist_wheel
24+
repo: CellProfiler/python-bioformats
25+
skip_cleanup: true

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import setuptools
22

33
setuptools.setup(
4+
author="Lee Kamentsky",
5+
author_email="leek@broadinstitute.org",
46
classifiers=[
57
"Development Status :: 5 - Production/Stable",
68
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",

0 commit comments

Comments
 (0)