Skip to content

Commit

Permalink
fix rye website.
Browse files Browse the repository at this point in the history
  • Loading branch information
EarningsCall committed May 27, 2024
1 parent 2be5beb commit a4f41de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
--user
- name: Install Rye
run: |
curl -sSf https://rye-up.com/get | RYE_NO_AUTO_INSTALL=1 RYE_INSTALL_OPTION="--yes" bash
curl -sSf https://rye.astral.sh/get | RYE_NO_AUTO_INSTALL=1 RYE_INSTALL_OPTION="--yes" bash
$(HOME)/.rye/shims/rye pin $(PYTHON_VERSION)
$(HOME)/.rye/shims/rye sync --no-lock
- name: Build a binary wheel
Expand Down

0 comments on commit a4f41de

Please sign in to comment.