File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-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}
33
44USER vscode
55
6- RUN curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.24 .0" RYE_INSTALL_OPTION="--yes" bash
6+ RUN curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.35 .0" RYE_INSTALL_OPTION="--yes" bash
77ENV PATH=/home/vscode/.rye/shims:$PATH
88
99RUN echo "[[ -d .venv ]] && source .venv/bin/activate" >> /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.24.0
24+ RYE_VERSION : ' 0.35.0 '
2525 RYE_INSTALL_OPTION : ' --yes'
2626
2727 - name : Install dependencies
4242 curl -sSf https://rye.astral.sh/get | bash
4343 echo "$HOME/.rye/shims" >> $GITHUB_PATH
4444 env :
45- RYE_VERSION : 0.24.0
45+ RYE_VERSION : ' 0.35.0 '
4646 RYE_INSTALL_OPTION : ' --yes'
4747
4848 - name : Bootstrap
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.24.0
25- RYE_INSTALL_OPTION : " --yes"
24+ RYE_VERSION : ' 0.35.0 '
25+ RYE_INSTALL_OPTION : ' --yes'
2626
2727 - name : Publish to PyPI
2828 run : |
Original file line number Diff line number Diff line change 66# features: []
77# all-features: true
88# with-sources: false
9+ # generate-hashes: false
910
1011-e file:.
1112annotated-types==0.6.0
Original file line number Diff line number Diff line change 66# features: []
77# all-features: true
88# with-sources: false
9+ # generate-hashes: false
910
1011-e file:.
1112annotated-types==0.6.0
You can’t perform that action at this time.
0 commit comments