Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jan 12, 2024
1 parent 86fbf80 commit f18d5a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
install_extras: "[dev]"
python_version_build: "3.10"
version_update_changes: |
"README.md,latest stable version is \*\*.*\*\*\.,latest stable version is **{version}**."
README.md,latest stable version is \*\*.*\*\*\.,latest stable version is **{version}**.
build_libs: build
build_cmd: "python -m build"
changelog_exclude_labels: "skip_changelog,duplicate,question,invalid,wontfix"
changelog_exclude_labels: skip_changelog,duplicate,question,invalid,wontfix
publish_on_pypi: false

# Documentation
Expand Down

0 comments on commit f18d5a8

Please sign in to comment.