We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5598e62 commit 651ce0dCopy full SHA for 651ce0d
.github/workflows/publish-pypi.yml
@@ -20,6 +20,7 @@ jobs:
20
run: |
21
curl -sSf https://rye.astral.sh/get | bash
22
echo "$HOME/.rye/shims" >> $GITHUB_PATH
23
+ /home/runner/.rye/self/bin/python3 -m ensurepip --default-pip
24
env:
25
RYE_VERSION: '0.44.0'
26
RYE_INSTALL_OPTION: '--yes'
0 commit comments