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}
33
44USER 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
77ENV PATH=/home/vscode/.rye/shims:$PATH
88
99RUN echo "[[ -d .venv ]] && source .venv/bin/activate || export PATH=\$ PATH" >> /home/vscode/.bashrc
Original file line number Diff line number Diff line change 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 : Install dependencies
4343 curl -sSf https://rye.astral.sh/get | bash
4444 echo "$HOME/.rye/shims" >> $GITHUB_PATH
4545 env :
46- RYE_VERSION : ' 0.35 .0'
46+ RYE_VERSION : ' 0.44 .0'
4747 RYE_INSTALL_OPTION : ' --yes'
4848
4949 - name : Bootstrap
6464 curl -sSf https://rye.astral.sh/get | bash
6565 echo "$HOME/.rye/shims" >> $GITHUB_PATH
6666 env :
67- RYE_VERSION : ' 0.35 .0'
67+ RYE_VERSION : ' 0.44 .0'
6868 RYE_INSTALL_OPTION : ' --yes'
6969 - name : Install dependencies
7070 run : |
Original file line number Diff line number Diff line change 2828 curl -sSf https://rye.astral.sh/get | bash
2929 echo "$HOME/.rye/shims" >> $GITHUB_PATH
3030 env :
31- RYE_VERSION : ' 0.35 .0'
31+ RYE_VERSION : ' 0.44 .0'
3232 RYE_INSTALL_OPTION : ' --yes'
3333
3434 - name : Publish to PyPI
Original file line number Diff line number Diff line change 1818 curl -sSf https://rye.astral.sh/get | bash
1919 echo "$HOME/.rye/shims" >> $GITHUB_PATH
2020 env :
21- RYE_VERSION : ' 0.35 .0'
21+ RYE_VERSION : ' 0.44 .0'
2222 RYE_INSTALL_OPTION : ' --yes'
2323
2424 - name : Publish to PyPI
Original file line number Diff line number Diff line change 77# all-features: true
88# with-sources: false
99# generate-hashes: false
10+ # universal: false
1011
1112-e file:.
1213annotated-types==0.6.0
Original file line number Diff line number Diff line change 77# all-features: true
88# with-sources: false
99# generate-hashes: false
10+ # universal: false
1011
1112-e file:.
1213annotated-types==0.6.0
You can’t perform that action at this time.
0 commit comments