We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b527659 + f697412 commit 47ad293Copy full SHA for 47ad293
.github/workflows/upload-binaries.yml
@@ -133,6 +133,9 @@ jobs:
133
with:
134
project_id: ${{ secrets.GCP_PROJECT_ID }}
135
credentials_json: ${{ secrets.GCP_SA_KEY }}
136
+ - uses: actions/setup-python@v5
137
+ with:
138
+ python-version: "3.11" # gsutil doesn't support >3.11
139
- name: "Set up Cloud SDK"
140
uses: google-github-actions/setup-gcloud@v2
141
0 commit comments