ci: Use the correct docker image and set the PATH correctly.
parent
6955851ab5
commit
72f0e2f217
|
@ -2,9 +2,10 @@
|
||||||
|
|
||||||
docker run \
|
docker run \
|
||||||
--env MATURIN_PASSWORD="$MATURIN_PASSWORD" \
|
--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 \
|
--rm \
|
||||||
-v "$(pwd)":/io \
|
-v "$(pwd)":/io \
|
||||||
konstin2/maturin \
|
konstin2/maturin:master \
|
||||||
publish \
|
publish \
|
||||||
--interpreter python3.7 python3.8 \
|
--interpreter python3.7 python3.8 \
|
||||||
--username __token__ \
|
--username __token__ \
|
||||||
|
|
Loading…
Reference in New Issue