Skip to content

Commit 4c0afa1

Browse files
authored
Update python-publish.yml
add packaging to publish script
1 parent de14b64 commit 4c0afa1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
with:
5050
python-version: '3.9'
5151

52+
- name: Install dependencies
53+
run: |
54+
python -m pip install --upgrade pip
55+
pip install packaging
56+
5257
- name: read changelog
5358
id: read-changelog
5459
run: |

0 commit comments

Comments
 (0)