Skip to content

Commit 8c13394

Browse files
authored
Merge pull request #69 from CellProfiler/release/deploy
deploy to PyPI on tag
2 parents 6cf1580 + b7dd456 commit 8c13394

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.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="[email protected]",
46
classifiers=[
57
"Development Status :: 5 - Production/Stable",
68
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",

0 commit comments

Comments
 (0)