From c2c814907ccee9706c757feb3ad3b7350a890e37 Mon Sep 17 00:00:00 2001 From: Daria Date: Wed, 29 Jan 2025 15:18:57 -0800 Subject: [PATCH] fix: test cd --- .github/workflows/ci-cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d204c07..b608343 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -87,7 +87,8 @@ jobs: if: steps.release.outputs.released == 'true' with: password: ${{ secrets.PYPI_API_TOKEN }} - + + - name: Publish package distributions to GitHub Releases uses: python-semantic-release/upload-to-gh-release@main