From 0083513f169fc99e3f430a8d586f539e32b891a2 Mon Sep 17 00:00:00 2001 From: Tzoiker Date: Tue, 7 Nov 2023 02:33:52 +0300 Subject: [PATCH] ci: fix publish workflow --- .github/workflows/publish.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5a498e5..37fc080 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,18 +18,9 @@ jobs: with: python-version: '3.11' - - name: Fetch tags - run: git fetch --unshallow --tags --force || true - - name: Install poetry run: python -m pip install poetry - - name: Install poem-plugins - run: poetry self add poem-plugins - - - name: Install package - run: poetry install - - name: Build package run: poetry build