Skip to content

Commit 1018c6f

Browse files
CHORE: Clean up ci_cd.yml and pyproject.toml (#45)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 23cbd8a commit 1018c6f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222
jobs:
2323

2424
update-changelog:
25-
name: "Update CHANGELOG for new tag"
25+
name: Update CHANGELOG for new tag
2626
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
2727
runs-on: ubuntu-latest
2828
permissions:

doc/changelog.d/45.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CHORE: Clean up ci_cd.yml and pyproject.toml

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ src_paths = ["doc", "src", "tests"]
9696
skip_gitignore = true
9797

9898
[tool.coverage.run]
99-
source = ["ansys.conceptev"]
99+
source = ["ansys.conceptev.core"]
100100

101101
[tool.coverage.report]
102102
show_missing = true
103103

104104
[tool.towncrier]
105-
package = "ansys.conceptev"
105+
package = "ansys.conceptev.core"
106106
directory = "doc/changelog.d"
107107
filename = "doc/source/changelog.rst"
108108
start_string = ".. towncrier release notes start\n"

0 commit comments

Comments
 (0)