We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f72b1 commit 734b9ebCopy full SHA for 734b9eb
1 file changed
.github/workflows/github_release_notes_test.yml
@@ -1,4 +1,4 @@
1
-name: Create GitHub Release
+name: Test GitHub Release Tag and Notes Extraction
2
3
on:
4
push:
@@ -17,6 +17,14 @@ jobs:
17
uses: actions/setup-python@v2
18
with:
19
python-version: ${{ matrix.python-version }}
20
+ - name: Install dependencies
21
+ run: |
22
+ pip install flake8 poetry
23
+ poetry install
24
+ - name: Install
25
26
+ poetry build
27
+ python3 -m pip install dist/*.whl
28
- name: Extract release notes
29
id: extract-release-notes
30
uses: ffurrer2/extract-release-notes@v1
0 commit comments