Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #29 from pattonw/source-distribution
Browse files Browse the repository at this point in the history
Add a job for deploying source distribution.
  • Loading branch information
pattonw authored Mar 14, 2019
2 parents 561b6d7 + 195c765 commit 097bb92
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
language: python
python:
- 3.5

stages:
- test
- deploy
Expand All @@ -9,8 +13,6 @@ env:

test_template: &test_template
stage: test
language: python
python: 3.6
before_install:
source ./ci/travis/setup_rust.sh
install:
Expand All @@ -20,13 +22,11 @@ test_template: &test_template

deploy_template: &deploy_template
stage: deploy
language: python
sudo: required
services:
docker
env:
- CIBW_BUILD=cp35-*
python: 3.6
install:
pip install -U cibuildwheel
script:
Expand All @@ -52,4 +52,15 @@ jobs:
- <<: *deploy_template
env:
- CIBW_BUILD=cp37-*
- stage: deploy
script:
echo "skip"
deploy:
on:
tags: true
distributions: sdist
password:
secure: VeZNGpUs5ne3ZlCeZLPbT+3O6yRDM9sv8emg6m90ZwLuZAlXV0t2dGHKccMTBMbS2jWSy2q4TY2IkN0SOWrOmi53Klt3K5Y461Ra8dT+XdmXK8g+36HJEJKWfFvVpYVuIw72yoUWHZsr2iNxi7tiAc/AjBvbnbgSXuAayuVm+8K7tQ85kkfbdBErDQnhziEiqtIrjak3hwBgjWpm0UEuAKG/eTBFk0BAN9wqRajCS58WLaLVnF4FtAHT4QAxo33j99njB7cz8PLjXNd3BxT2BpMbjqmg8krVW7ayMJKdLvWdICezPB4nlsnL9jBlXMaRvI0ijSl59QkVCDbkrERUCR7IdJZqAX3IFSe+9X1cwzJsJeXYOfQjYMX+ZyqR8qcmQKS6M1u3uYMXhoj+TU9uO0sK4dNxrS0DRhg22TdjAcpqnz0UDVVWfFapltroE0ePVPs8aOOqdpJewRDPDI0ghRg/nzrSIhEI+85XnSTcjm4if5hwiEFchIFlV5d/ZIHtPn+b0fCRTDMq4kjObxD9uBbVvda1+CESCNrE91oB1erlrjygsDnpdRWi5dzaOVe5DJmAxT/V5mPFlskOPJLZr3lzZOQm1FGVJbvTN766plDCWozTAG8wT58hq/nJTBIiRjHlQnhFjlHLkaWTEq/jJ8mA++KXvbofCy833V0OMrw=
provider: pypi
user: pattonw

3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ recursive-exclude * __pycache__
recursive-exclude * *.py[co]

recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif

include Cargo.toml
recursive-include src *

0 comments on commit 097bb92

Please sign in to comment.