Parcourir la source

gha: publish: don't forget to install paramiko

Ruslan Kuprieiev il y a 2 ans
Parent
commit
d6fe569ea5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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'"