Skip to content

Commit 734b9eb

Browse files
committed
feat: add test action for release notes
1 parent 34f72b1 commit 734b9eb

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/github_release_notes_test.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create GitHub Release
1+
name: Test GitHub Release Tag and Notes Extraction
22

33
on:
44
push:
@@ -17,6 +17,14 @@ jobs:
1717
uses: actions/setup-python@v2
1818
with:
1919
python-version: ${{ matrix.python-version }}
20+
- name: Install dependencies
21+
run: |
22+
pip install flake8 poetry
23+
poetry install
24+
- name: Install
25+
run: |
26+
poetry build
27+
python3 -m pip install dist/*.whl
2028
- name: Extract release notes
2129
id: extract-release-notes
2230
uses: ffurrer2/extract-release-notes@v1

0 commit comments

Comments
 (0)