diff options
-rw-r--r-- | tools/wheels/upload_wheels.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/wheels/upload_wheels.sh b/tools/wheels/upload_wheels.sh index fdd6e7d68..130062d5e 100644 --- a/tools/wheels/upload_wheels.sh +++ b/tools/wheels/upload_wheels.sh @@ -9,6 +9,9 @@ set_travis_vars() { fi if [[ "$TRAVIS_EVENT_TYPE" == "cron" ]]; then IS_SCHEDULE_DISPATCH="true" + elif [[ "$TRAVIS_EVENT_TYPE" == "api" ]]; then + # Manual CI run, so upload + IS_SCHEDULE_DISPATCH="true" else IS_SCHEDULE_DISPATCH="false" fi |