Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
add packaging to publish script
  • Loading branch information
vgvoleg authored Oct 30, 2024
1 parent de14b64 commit 4c0afa1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
with:
python-version: '3.9'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install packaging
- name: read changelog
id: read-changelog
run: |
Expand Down

0 comments on commit 4c0afa1

Please sign in to comment.