Skip to content

Commit

Permalink
pypi token method
Browse files Browse the repository at this point in the history
  • Loading branch information
atait committed Jan 23, 2020
1 parent b2e8002 commit 86f4f72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ script:
- DOCKER=1 pytest tests
deploy:
provider: pypi
user: atait
user: __token__
password:
secure: hYPAA6OMGjDkSqd23WVIAIXn29uKDN0PTjJcfTDclamlokGlxtc7L7VQG7OLgvO6c/W4KrYAVK6IvGj502De/vi8uqrrevyOUHT5AEgkm06mhh5ElfyXoVhVbTIJJjR2nmZKsa+RiLHbjyN+jVJFXiXyMQySaa3/QW7InRHDPiooGxvQ8EQMDdq4lTh0sjnKGC6ihaEoc+XRWsjotqswpJcr0Wk1+bQRwlkRwiNIykCfEgdpguGM+XLR5TyoLDj+iFnXJhyF8+e5DT98qLoSK+FqlNTJrvJ06JcO5IcQkP5tzOQTt+sq5+DTkfKaLrqZ803cx87fgWe//x5UlPAPyvBVaAKkf4PizsccWB+BLhU9d7mFsCA7sBUE1wEJBU8pO0otXjj8GhTVgawxHqg4b4/ip9KSrkTa1FNvo38jfkK3pGX/klEBrwK6jtGFWhkiYM4j8iYBTK/heb3gtHENuXfrIMX/VnJs9A5Ix6l4Qwf1E39Z3u8nH+MssHFGS0oK8qiSbgoZqdFhRna/6pUdMsIWrGUXtviQ8Cg80OYnaZexmO2z5WJ0Xes2aiSmaDQCv9jNgDNcG7wRLwup+Z8QTZ9BVXFkGKQzOyKl7dbfpW2KZdecQCaZm35eyOEfS9WVLk0AuJU8CyfDrec+D7waGAKR+W2pKahrHUPvTJp2Bng=
secure: sqQRsKQWr1fTo3mTuuIeJhgCAT+rtkE5q5GdU7avrox1UwzmfKcVjs4uzce6PbiB3BdothqCB6yAJ/PPIJyoiOxTsMfo6cqKP5um2xt79awTNJIwtB82PeEjxO/c4iJNtNaxAJUqIoBHAxT+w74Z4orC9UukSbHxDjQU6mxUu2W0z2f3ZRs47sCGuA+FX9cZceQhlyIrQ30v22xQpnbisa7AeUtPw57WvFNL07rXiTo65FVF8cYiZHc3ItRQ0iK3AHh3cstG67lOObISvd4y5r6FNGAB6bzoHsfRPxMf0bBEuSTdZ36PVN0dZWeVxBFXGSXqMMlESIWHXCOHisRLqTCXo/ZeRZhsFiqg7PDv9mn5rO9iGh4CygnC/Ltgr8r4Uj1eRNhfQJ5PPoMY2KhbfTqKeBTsbrRTCQBY0mIj1Jw28WYeOIJA3QnoJYBwpxVLNdWW3YBKA5qppYpO1/wzAKlP7/+4/QycDkvoOqbObb3wcONv5xq/D3CtD8tgsqnxVZvvdWN/r3fBmHnhhx2TAUpbCdPUCJOm2Q6yfWYqxOUBEeLwyXQzcoD0KSLFI2w0fMQLiBjSlRddFLGVq5rez/SLZb3FPpPn2DtBiyakmFn4wP3KZvoAegbCAXCGlhtcYEVjNVc5kwV80VXeBOsbYMvCAfEF1Acq5AnnEoRi83Y=
distributions: sdist bdist_wheel
on:
tags: true
Expand Down
2 changes: 1 addition & 1 deletion lytest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.19'
__version__ = '0.0.20'

# quickplotters so you can debug more easily
try:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def readme():


setup(name='lytest',
version='0.0.19',
version='0.0.20',
description='Regression testing for klayout and phidl',
long_description=readme(),
author='Alex Tait, Adam McCaughan, Sonia Buckley, Jeff Chiles, Jeff Shainline, Rich Mirin, Sae Woo Nam',
Expand Down

0 comments on commit 86f4f72

Please sign in to comment.