Skip to content

Commit c0a240d

Browse files
committed
fix(ci): update rye url
See astral-sh/rye#1111
1 parent b080739 commit c0a240d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
RYE_INSTALL_OPTION: --yes
2424
run: |
25-
curl -sSf https://rye-up.com/get | bash
25+
curl -sSf https://rye.astral.sh/get | bash
2626
echo "$HOME/.rye/shims" >> $GITHUB_PATH
2727
2828
- name: Configure Rye

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
RYE_TOOLCHAIN_VERSION: ${{ matrix.pyversion}}
3232
RYE_INSTALL_OPTION: --yes
3333
run: |
34-
curl -sSf https://rye-up.com/get | bash
34+
curl -sSf https://rye.astral.sh/get | bash
3535
echo "$HOME/.rye/shims" >> $GITHUB_PATH
3636
3737
# Stolen from https://github.com/bluss/pyproject-local-kernel/blob/2b641290694adc998fb6bceea58d3737523a68b7/.github/workflows/ci.yaml

docs/source/contributing/workflow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ the repository, and clone it locally.
2424

2525
As for every Python project, using virtual environment is recommended to avoid
2626
conflicts between modules.
27-
For this project, we use [Rye](https://rye-up.com/) to easily manage project
27+
For this project, we use [Rye](https://rye.astral.sh/) to easily manage project
2828
and development dependencies. If not already, please install this tool.
2929

3030
## Installing Python modules

0 commit comments

Comments
 (0)