ci: Use the correct docker image and set the PATH correctly.

master
Damir Jelić 2020-01-05 21:43:20 +01:00
parent 6955851ab5
commit 72f0e2f217
1 changed files with 2 additions and 1 deletions

View File

@ -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__ \