Explorar o código

Install python.

Jelmer Vernooij %!s(int64=3) %!d(string=hai) anos
pai
achega
602589efc1
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .github/workflows/pythonwheels.yml

+ 4 - 0
.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