commit 602589efc17cf1a8f219cdc133a61906bb6fc22d from: Jelmer Vernooij date: Thu May 19 14:50:17 2022 UTC Install python. commit - 13cbf9737388c7e286807cd6ec6dc2d808afb7b2 commit + 602589efc17cf1a8f219cdc133a61906bb6fc22d blob - 7591d4c4c7912c33e42b13c6fa7f52d986ea1189 blob + 4f18ea3ca3a090d753cfc55a80bfcf43dbd41097 --- .github/workflows/pythonwheels.yml +++ .github/workflows/pythonwheels.yml @@ -79,6 +79,10 @@ jobs: needs: build if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/dulwich-') steps: + - name: Set up Python ${{ matrix.python-version }} + uses: actions/setup-python@v2 + with: + python-version: "3.x" - name: Install twine run: | python -m pip install --upgrade pip