From 9c8fafd2e95f406825e2762783f0ecfa19db225c Mon Sep 17 00:00:00 2001 From: iamin Date: Sat, 31 Jan 2026 17:57:53 +0100 Subject: [PATCH] FIX: workflow --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 93f41fa..0a1e667 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -17,6 +17,7 @@ jobs: - uses: actions/setup-python@v5 with: { python-version: "3.12" } - run: python -m pip install -U pip hatch twine + - run: rm -rf dist/ - run: hatch build - name: Publish package distributions to PyPI env: