Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b1a4155

Browse files
committedMar 14, 2025·
chore(internal): bump rye to 0.44.0 (#2536)
1 parent 50bdf1a commit b1a4155

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
33

44
USER vscode
55

6-
RUN curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.35.0" RYE_INSTALL_OPTION="--yes" bash
6+
RUN curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.44.0" RYE_INSTALL_OPTION="--yes" bash
77
ENV PATH=/home/vscode/.rye/shims:$PATH
88

99
RUN echo "[[ -d .venv ]] && source .venv/bin/activate || export PATH=\$PATH" >> /home/vscode/.bashrc

‎.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
curl -sSf https://rye.astral.sh/get | bash
2828
echo "$HOME/.rye/shims" >> $GITHUB_PATH
2929
env:
30-
RYE_VERSION: '0.35.0'
30+
RYE_VERSION: '0.44.0'
3131
RYE_INSTALL_OPTION: '--yes'
3232

3333
- name: Install dependencies
@@ -49,7 +49,7 @@ jobs:
4949
curl -sSf https://rye.astral.sh/get | bash
5050
echo "$HOME/.rye/shims" >> $GITHUB_PATH
5151
env:
52-
RYE_VERSION: '0.35.0'
52+
RYE_VERSION: '0.44.0'
5353
RYE_INSTALL_OPTION: '--yes'
5454

5555
- name: Bootstrap
@@ -71,7 +71,7 @@ jobs:
7171
curl -sSf https://rye.astral.sh/get | bash
7272
echo "$HOME/.rye/shims" >> $GITHUB_PATH
7373
env:
74-
RYE_VERSION: '0.35.0'
74+
RYE_VERSION: '0.44.0'
7575
RYE_INSTALL_OPTION: '--yes'
7676
- name: Install dependencies
7777
run: |

‎.github/workflows/publish-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
curl -sSf https://rye.astral.sh/get | bash
2222
echo "$HOME/.rye/shims" >> $GITHUB_PATH
2323
env:
24-
RYE_VERSION: '0.35.0'
24+
RYE_VERSION: '0.44.0'
2525
RYE_INSTALL_OPTION: '--yes'
2626

2727
- name: Publish to PyPI

0 commit comments

Comments
 (0)
Please sign in to comment.