From 72f0e2f2177757bc1a5c5d9ae7e16fd43cc222c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sun, 5 Jan 2020 21:43:20 +0100 Subject: [PATCH] ci: Use the correct docker image and set the PATH correctly. --- ci/deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/deploy.sh b/ci/deploy.sh index ec3b063..ee73087 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -2,9 +2,10 @@ docker run \ --env MATURIN_PASSWORD="$MATURIN_PASSWORD" \ + --env PATH=/opt/python/cp37-cp37m/bin/:/opt/python/cp38-cp38/bin/:/root/.cargo/bin:/opt/rh/devtoolset-2/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \ --rm \ -v "$(pwd)":/io \ - konstin2/maturin \ + konstin2/maturin:master \ publish \ --interpreter python3.7 python3.8 \ --username __token__ \