We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92383d commit 6673263Copy full SHA for 6673263
.github/workflows/publish-pypi.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install Rye
20
run: |
21
curl -sSf https://rye.astral.sh/get | bash
22
- echo "$HOME/.rye/shims" >> $GITHUB_PATH
+ echo "$HOME/.rye/shims" >> "$GITHUB_PATH"
23
env:
24
RYE_VERSION: '0.44.0'
25
RYE_INSTALL_OPTION: '--yes'
0 commit comments