Skip to content

Commit

Permalink
changes to pypi deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Gomez-Dans committed Feb 21, 2019
1 parent 2fab24e commit b0d9a8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -29,6 +29,8 @@ deploy:
provider: pypi
user: $PYPI_USER
password: $PYPI_PASS
skip_existing: true
distributions: "sdist bdist_wheel"
on:
tags: true
branch: master
Expand Down
7 changes: 5 additions & 2 deletions recipe/meta.yaml
Expand Up @@ -6,17 +6,20 @@ source:
git_tag: 1.6.10
git_url: http://github.com/jgomezdans/gp_emulator.git

build:
noarch_python: True

requirements:
build:
- python >=3.6
- setuptools
- numpy
- numpy >=1.11
- scipy
- pytest

run:
- python >=3.6
- numpy
- numpy >=1.11
- scipy
- pytest

Expand Down

0 comments on commit b0d9a8b

Please sign in to comment.