From f35f11c23dd19018115be7f6c15f5da67b58ebc8 Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 4 Oct 2024 18:15:28 +0300 Subject: [PATCH] test deploy --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cd19580..5c97ab6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: python-version: ${{ vars.CI_PYTHON_VERSION }} - name: Install dependencies run: | - pip install -r requirements.txt + pip install . pip install setuptools wheel twine - name: Clean previous builds run: rm -rf dist/ build/ *.egg-info