ci: Don't use the master branch of the maturin docker image.
parent
ac6f448666
commit
a3a083bb88
|
@ -2,11 +2,9 @@
|
||||||
|
|
||||||
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:master \
|
konstin2/maturin \
|
||||||
publish \
|
publish \
|
||||||
--interpreter python3.7 python3.8 \
|
|
||||||
--username __token__ \
|
--username __token__ \
|
||||||
--password "$MATURIN_PASSWORD"
|
--password "$MATURIN_PASSWORD"
|
||||||
|
|
Loading…
Reference in New Issue