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 b5c6850 commit 61c4d64Copy full SHA for 61c4d64
.github/workflows/wheels.yml
@@ -57,6 +57,8 @@ jobs:
57
# we use the standard upstream installation on non-broken platforms.
58
- name: Install Just (Linux/macOS)
59
if: runner.os != 'Windows'
60
+ env:
61
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
run: |
63
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to ~/bin
64
echo "$HOME/bin" >> $GITHUB_PATH
@@ -72,6 +74,8 @@ jobs:
72
74
73
75
- name: Install uv (Linux/macOS)
76
77
78
79
80
curl -LsSf https://astral.sh/uv/install.sh | sh
81
source $HOME/.cargo/env
0 commit comments