Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
root_options: "-vv"
commit: "false"
push: "false"
tag: "true"
vcs_release: "true"

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ remove_dist = false
major_on_zero = false
tag_format = "v{version}"
commit = false
push = false
tag = true
vcs_release = true

Expand Down