Skip to content

Commit

Permalink
fix: ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhassine committed Nov 18, 2024
1 parent bc2ed39 commit 9feb63f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9feb63f

Please sign in to comment.