Skip to content

Commit dce9d24

Browse files
committed
Remove nightly version pin
1 parent 6b7652a commit dce9d24

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

ci/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pr:
44
- '*'
55

66
variables:
7-
toolchain: nightly-2020-06-09
7+
toolchain: nightly
88

99
jobs:
1010

ci/drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ steps:
1414
TWINE_PASSWORD:
1515
from_secret: twine_password
1616
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
1818
- python3.9 -m pip install --upgrade pip maturin
1919
- maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.9
2020
- python3.9 -m pip install target/wheels/orjson*.whl
@@ -38,7 +38,7 @@ steps:
3838
TWINE_PASSWORD:
3939
from_secret: twine_password
4040
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
4242
- python3.8 -m pip install --upgrade pip maturin
4343
- maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.8
4444
- python3.8 -m pip install target/wheels/orjson*.whl
@@ -62,7 +62,7 @@ steps:
6262
TWINE_PASSWORD:
6363
from_secret: twine_password
6464
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
6666
- python3.7 -m pip install --upgrade pip maturin
6767
- maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.7
6868
- python3.7 -m pip install target/wheels/orjson*.whl
@@ -86,7 +86,7 @@ steps:
8686
TWINE_PASSWORD:
8787
from_secret: twine_password
8888
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
9090
- python3.6 -m pip install --upgrade pip maturin
9191
- maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.6
9292
- python3.6 -m pip install target/wheels/orjson*.whl

0 commit comments

Comments
 (0)