Browse Source

Merge pull request #959 from efiop/patch-1

gha: publish: don't forget to install paramiko
Jelmer Vernooij 2 years ago
parent
commit
70587366dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/pythonpublish.yml

+ 1 - 1
.github/workflows/pythonpublish.yml

@@ -34,7 +34,7 @@ jobs:
     - name: Install dependencies
       run: |
         python -m pip install --upgrade pip
-        pip install setuptools wheel twine fastimport
+        pip install setuptools wheel twine fastimport paramiko
     - name: Install gpg on supported platforms
       run: pip install -U gpg
       if: "matrix.os != 'windows-latest' && matrix.python-version != 'pypy3'"