Browse Source

Install python.

Jelmer Vernooij 2 years ago
parent
commit
602589efc1
1 changed files with 4 additions and 0 deletions
  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