From 0b8945d42f62ac40c59ca771148e82b4fea6c68a Mon Sep 17 00:00:00 2001 From: Harald Nezbeda Date: Tue, 5 Nov 2024 12:10:18 +0100 Subject: [PATCH] ANXOS-390: Add missing build dependencies --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 56d0151..dca96b6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,6 +19,7 @@ jobs: - name: Install dependencies and package run: | pip install -U pip + pip install setuptools wheel twine pip install -r requirements.txt - name: Build source and binary distribution package