Deploy docs on publish using Python 3.9

A workaround for gcloud setup, see:

https://til.simonwillison.net/googlecloud/gcloud-error-workaround

Refs #1963
pull/1965/head
Simon Willison 2022-12-17 19:24:34 -08:00
rodzic 0ea139dfe5
commit a27c0a0124
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -69,7 +69,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.9'
- uses: actions/cache@v2
name: Configure pip caching
with: