Skip to content

Commit

Permalink
fix: remove build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed May 16, 2024
1 parent 2c21723 commit f652e07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
id: release
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
root_options: "-vv"
outputs:
release: ${{ steps.release.outputs.released }}

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ version_variable = "pyproject.toml:version"
tag_format = "v{version}"
commit_parser = "angular"
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
build_command = 'pip install poetry; poetry install; poetry build'


[tool.semantic_release.branches.main]
Expand Down

0 comments on commit f652e07

Please sign in to comment.