From 380e4bc14d2d37df5af3be53abf2e9b8be79efcb Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 8 Mar 2018 07:55:52 +1300 Subject: release: don't upload assets for PRs from the main repo --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index c9a575da..2d0fd047 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,7 @@ commands = python test/individual_coverage.py [testenv:cibuild] -passenv = TRAVIS_TAG TRAVIS_BRANCH AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY APPVEYOR_REPO_TAG_NAME APPVEYOR_REPO_TAG APPVEYOR_REPO_BRANCH RTOOL_KEY WHEEL +passenv = TRAVIS_* AWS_* APPVEYOR_* RTOOL_KEY WHEEL deps = -rrequirements.txt pyinstaller==3.3.1 -- cgit v1.2.3