Skip to content

Commit

Permalink
Merge pull request #1362 from felipesanches/issue_146
Browse files Browse the repository at this point in the history
setting up pypi deploy credentials and bumping to v0.2.0
  • Loading branch information
felipesanches authored May 23, 2017
2 parents 6fd8ab2 + d300f44 commit 4517d81
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ script:
- fontbakery check-ttf data/test/familysans/*.ttf --ghm --json --no-coverage
- fontbakery check-ttf data/test/cabin/*.ttf --ghm --json --no-coverage
- python bin/test_args.py
deploy:
provider: pypi
user: "fsanches"
password:
secure: Lj/e9Zh09FpTeLPsgjoPSoPkZWx0Q4U5mEhkvlVnWIRkEKrKrfYe/wjBymoL8xATE8rd+sPJGbReG63prK9AXo4Y7zLVsgydDCGRG31EIcejMOrrTBNXrEcKdB7/NhzbuORTen9NTCxJ8eU6wvELpKEd/BWMWUm9hTafhVL+weavYYorBqQcvORNUdVzwEepY2V4KchqjzGRQxmqIMKV8boqKwbzgYPDqrAHW9zTRDJnCVF/2/bQ/3OpSJQpcYdZM51iuBBmhfCV2oxvm40BgZmTcg0tFe6XxPehC/lB+P0sXnmbtHbtVt0j6U4OsnYiApjWQ8tEIJESWO3giBaBAU5ZIo7CMbrJ3YopIVDuHiGs9MbFMXB2+Kdc/oXpt4U6SstcVAOKO7l6qpHdoUT91F4aZXwtLPm3bNFPBc/EpC6HEbVIFd3MsIzwVfG4c6fW2QBv0qMrmAgjNEUHrvYB8VbCyyKuDemPfvDUZkd8wOsNjzjcL34kf1Lm2H0FqePUxNmgt07nbIn2X6zhuAGvMRhPdVznFgMBvlZe4FuXaq8SMO2IZa+biMEoR9XzQc4Qo8+ZIEu13E6T0ggGo7cLxIKfWH+YFyW1Xw2anRI4gukRDdAOr4TB2uZqxsMNRjioq7Ck6AmxbPN4yb9heOc+Qo1CR1+4xZM+Vi2gNA3tauk=
on:
tags: true
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
from setuptools import setup
setup(
name="fontbakery",
version='0.1.0',
version='0.2.0',
url='https://github.com/googlefonts/fontbakery/',
description='Font Bakery is a set of command-line tools'
' for testing font projects',
author='Font Bakery Authors',
author_email='dave@lab6.com',
author='Font Bakery Authors: Dave Crossland, Felipe Sanches, Vitaly Volkov',
author_email='googlefonts-discuss@googlegroups.com',
package_dir={'': 'Lib'},
packages=['fontbakery'],
scripts=['bin/fontbakery',
Expand Down

0 comments on commit 4517d81

Please sign in to comment.