File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/devcontainers/python:3.12
2
2
3
3
USER vscode
4
4
5
- RUN curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.35 .0" RYE_INSTALL_OPTION="--yes" bash
5
+ RUN curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.44 .0" RYE_INSTALL_OPTION="--yes" bash
6
6
ENV PATH=/home/vscode/.rye/shims:$PATH
7
7
8
8
RUN echo "[[ -d .venv ]] && source .venv/bin/activate || export PATH=\$ PATH" >> /home/vscode/.bashrc
Original file line number Diff line number Diff line change 21
21
curl -sSf https://rye.astral.sh/get | bash
22
22
echo "$HOME/.rye/shims" >> $GITHUB_PATH
23
23
env :
24
- RYE_VERSION : ' 0.35 .0'
24
+ RYE_VERSION : ' 0.44 .0'
25
25
RYE_INSTALL_OPTION : ' --yes'
26
26
27
27
- name : Install dependencies
42
42
curl -sSf https://rye.astral.sh/get | bash
43
43
echo "$HOME/.rye/shims" >> $GITHUB_PATH
44
44
env :
45
- RYE_VERSION : ' 0.35 .0'
45
+ RYE_VERSION : ' 0.44 .0'
46
46
RYE_INSTALL_OPTION : ' --yes'
47
47
48
48
- name : Bootstrap
Original file line number Diff line number Diff line change 21
21
curl -sSf https://rye.astral.sh/get | bash
22
22
echo "$HOME/.rye/shims" >> $GITHUB_PATH
23
23
env :
24
- RYE_VERSION : ' 0.35 .0'
24
+ RYE_VERSION : ' 0.44 .0'
25
25
RYE_INSTALL_OPTION : ' --yes'
26
26
27
27
- name : Publish to PyPI
You can’t perform that action at this time.
0 commit comments