File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
3
3
4
4
USER vscode
5
5
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
7
7
ENV PATH=/home/vscode/.rye/shims:$PATH
8
8
9
9
RUN echo "[[ -d .venv ]] && source .venv/bin/activate || export PATH=\$ PATH" >> /home/vscode/.bashrc
Original file line number Diff line number Diff line change 27
27
curl -sSf https://rye.astral.sh/get | bash
28
28
echo "$HOME/.rye/shims" >> $GITHUB_PATH
29
29
env :
30
- RYE_VERSION : ' 0.35 .0'
30
+ RYE_VERSION : ' 0.44 .0'
31
31
RYE_INSTALL_OPTION : ' --yes'
32
32
33
33
- name : Install dependencies
49
49
curl -sSf https://rye.astral.sh/get | bash
50
50
echo "$HOME/.rye/shims" >> $GITHUB_PATH
51
51
env :
52
- RYE_VERSION : ' 0.35 .0'
52
+ RYE_VERSION : ' 0.44 .0'
53
53
RYE_INSTALL_OPTION : ' --yes'
54
54
55
55
- name : Bootstrap
71
71
curl -sSf https://rye.astral.sh/get | bash
72
72
echo "$HOME/.rye/shims" >> $GITHUB_PATH
73
73
env :
74
- RYE_VERSION : ' 0.35 .0'
74
+ RYE_VERSION : ' 0.44 .0'
75
75
RYE_INSTALL_OPTION : ' --yes'
76
76
- name : Install dependencies
77
77
run : |
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