Skip to content

Commit e7c5f3c

Browse files
committed
Only run deploy script from pypa/manylinux repository
This prevents the deploy script to be ran on forks of pypa/manylinux when travis-ci is enabled on those forks. The deploy script not only fails on forks, it takes up 2x10 minutes (default timeout) build time on travis-ci infrastructure.
1 parent 96b47a2 commit e7c5f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ deploy:
3131
script: docker/deploy.sh
3232
on:
3333
branch: master
34+
repo: pypa/manylinux

0 commit comments

Comments
 (0)