From 9feb63f7b83af236a067fa3be4affe8bc449a717 Mon Sep 17 00:00:00 2001 From: Jukka Hassinen Date: Mon, 18 Nov 2024 21:47:52 +0000 Subject: [PATCH] fix: ci fixes --- .github/workflows/cicd.yml | 4 ++++ pyproject.toml | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index f549275..6b743fb 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -70,6 +70,10 @@ jobs: git_committer_name: "github-actions" git_committer_email: "actions@users.noreply.github.com" + - name: Build | Build the distribution packages + run: >- + python3 -m build + - name: Store the distribution packages uses: actions/upload-artifact@v4 with: diff --git a/pyproject.toml b/pyproject.toml index bab7702..e8e807a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,6 @@ dev = [ [tool.semantic_release] assets = [] -build_command = "python3 -m build" build_command_env = [] commit_message = "{version}\n\nAutomatically generated by python-semantic-release" commit_parser = "angular"