1414 TWINE_PASSWORD :
1515 from_secret : twine_password
1616 commands :
17- - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-11 --profile minimal -y
17+ - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-31 --profile minimal -y
1818 - python3.10 -m pip install --upgrade pip maturin
1919 - maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.10
2020 - python3.10 -m pip install target/wheels/orjson*.whl
3838 TWINE_PASSWORD :
3939 from_secret : twine_password
4040 commands :
41- - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-11 --profile minimal -y
41+ - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-31 --profile minimal -y
4242 - python3.9 -m pip install --upgrade pip maturin
4343 - maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.9
4444 - python3.9 -m pip install target/wheels/orjson*.whl
6262 TWINE_PASSWORD :
6363 from_secret : twine_password
6464 commands :
65- - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-11 --profile minimal -y
65+ - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-31 --profile minimal -y
6666 - python3.8 -m pip install --upgrade pip maturin
6767 - maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.8
6868 - python3.8 -m pip install target/wheels/orjson*.whl
8686 TWINE_PASSWORD :
8787 from_secret : twine_password
8888 commands :
89- - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-11 --profile minimal -y
89+ - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-31 --profile minimal -y
9090 - python3.7 -m pip install --upgrade pip maturin
9191 - maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.7
9292 - python3.7 -m pip install target/wheels/orjson*.whl
@@ -110,7 +110,7 @@ steps:
110110 TWINE_PASSWORD :
111111 from_secret : twine_password
112112 commands :
113- - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-11 --profile minimal -y
113+ - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-31 --profile minimal -y
114114 - python3.6 -m pip install --upgrade pip maturin
115115 - maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.6
116116 - python3.6 -m pip install target/wheels/orjson*.whl
0 commit comments