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: