|
14 | 14 | TWINE_PASSWORD: |
15 | 15 | from_secret: twine_password |
16 | 16 | commands: |
17 | | - - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2020-06-09 --profile minimal -y |
| 17 | + - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly --profile minimal -y |
18 | 18 | - python3.9 -m pip install --upgrade pip maturin |
19 | 19 | - maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.9 |
20 | 20 | - python3.9 -m pip install target/wheels/orjson*.whl |
|
38 | 38 | TWINE_PASSWORD: |
39 | 39 | from_secret: twine_password |
40 | 40 | commands: |
41 | | - - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2020-06-09 --profile minimal -y |
| 41 | + - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly --profile minimal -y |
42 | 42 | - python3.8 -m pip install --upgrade pip maturin |
43 | 43 | - maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.8 |
44 | 44 | - python3.8 -m pip install target/wheels/orjson*.whl |
|
62 | 62 | TWINE_PASSWORD: |
63 | 63 | from_secret: twine_password |
64 | 64 | commands: |
65 | | - - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2020-06-09 --profile minimal -y |
| 65 | + - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly --profile minimal -y |
66 | 66 | - python3.7 -m pip install --upgrade pip maturin |
67 | 67 | - maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.7 |
68 | 68 | - python3.7 -m pip install target/wheels/orjson*.whl |
|
86 | 86 | TWINE_PASSWORD: |
87 | 87 | from_secret: twine_password |
88 | 88 | commands: |
89 | | - - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2020-06-09 --profile minimal -y |
| 89 | + - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly --profile minimal -y |
90 | 90 | - python3.6 -m pip install --upgrade pip maturin |
91 | 91 | - maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.6 |
92 | 92 | - python3.6 -m pip install target/wheels/orjson*.whl |
|
0 commit comments