File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Expand file tree Collapse file tree 6 files changed +8
-6
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 22
22
curl -sSf https://rye.astral.sh/get | bash
23
23
echo "$HOME/.rye/shims" >> $GITHUB_PATH
24
24
env :
25
- RYE_VERSION : ' 0.35 .0'
25
+ RYE_VERSION : ' 0.44 .0'
26
26
RYE_INSTALL_OPTION : ' --yes'
27
27
28
28
- name : Install dependencies
44
44
curl -sSf https://rye.astral.sh/get | bash
45
45
echo "$HOME/.rye/shims" >> $GITHUB_PATH
46
46
env :
47
- RYE_VERSION : ' 0.35 .0'
47
+ RYE_VERSION : ' 0.44 .0'
48
48
RYE_INSTALL_OPTION : ' --yes'
49
49
50
50
- name : Bootstrap
65
65
curl -sSf https://rye.astral.sh/get | bash
66
66
echo "$HOME/.rye/shims" >> $GITHUB_PATH
67
67
env :
68
- RYE_VERSION : ' 0.35 .0'
68
+ RYE_VERSION : ' 0.44 .0'
69
69
RYE_INSTALL_OPTION : ' --yes'
70
70
- name : Install dependencies
71
71
run : |
Original file line number Diff line number Diff line change 28
28
curl -sSf https://rye.astral.sh/get | bash
29
29
echo "$HOME/.rye/shims" >> $GITHUB_PATH
30
30
env :
31
- RYE_VERSION : ' 0.35 .0'
31
+ RYE_VERSION : ' 0.44 .0'
32
32
RYE_INSTALL_OPTION : ' --yes'
33
33
34
34
- name : Publish to PyPI
Original file line number Diff line number Diff line change 17
17
curl -sSf https://rye.astral.sh/get | bash
18
18
echo "$HOME/.rye/shims" >> $GITHUB_PATH
19
19
env :
20
- RYE_VERSION : ' 0.35 .0'
20
+ RYE_VERSION : ' 0.44 .0'
21
21
RYE_INSTALL_OPTION : ' --yes'
22
22
23
23
- name : Publish to PyPI
Original file line number Diff line number Diff line change 7
7
# all-features: true
8
8
# with-sources: false
9
9
# generate-hashes: false
10
+ # universal: false
10
11
11
12
-e file:.
12
13
annotated-types==0.6.0
Original file line number Diff line number Diff line change 7
7
# all-features: true
8
8
# with-sources: false
9
9
# generate-hashes: false
10
+ # universal: false
10
11
11
12
-e file:.
12
13
annotated-types==0.6.0
You can’t perform that action at this time.
0 commit comments