Skip to content

Commit

Permalink
add path to install rye
Browse files Browse the repository at this point in the history
  • Loading branch information
imyutaro committed Jul 13, 2023
1 parent 46f024b commit ab65c7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Install rye
run: |
curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash
echo 'source "$HOME/.rye/env"' >> $GITHUB_PATH
echo '$HOME/.rye/env' >> $GITHUB_PATH
echo '$PATH'
- name: Build
run: rye build
- name: Publish distribution to Test PyPI
Expand Down

0 comments on commit ab65c7c

Please sign in to comment.