Skip to content

Commit a23a8ef

Browse files
committed
ci: Add base changelog, ensure build is installed.
1 parent 3efac37 commit a23a8ef

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/semantic-versioning.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ jobs:
7373
7474
printf '%s\n' "Verified upstream branch has not changed, continuing with release..."
7575
76+
- name: Install | Build Module
77+
run: |
78+
python -m pip install --upgrade pip
79+
pip install build
80+
7681
- name: Action | Semantic Version Release
7782
id: release
7883
# Adjust tag with desired version if applicable.

CHANGELOG.md

Whitespace-only changes.

0 commit comments

Comments
 (0)