diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6c4c620..5baefb34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,10 +67,10 @@ jobs: yarn install yarn build --outDir ../client cd .. - - name: Install Python 3.10.11 + - name: Install Python 3.11 uses: actions/setup-python@v2 with: - python-version: "3.10.11" + python-version: "3.11.x" - name: Create virtualenv run: | python -m venv .venv