Skip to content

Commit a9c280b

Browse files
Update python-publish.yml
1 parent 811e90d commit a9c280b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip
3131
pip install bump-my-version
32-
32+
npm i -g auto-changelog
3333
- name: Bump version
3434
run: |
3535
initialTag=${{ github.event.release.tag_name }}
@@ -85,4 +85,4 @@ jobs:
8585

8686
- name: Publish package to PyPI
8787
uses: pypa/gh-action-pypi-publish@release/v1
88-
# No user/password needed - OIDC handles authentication
88+
# No user/password needed - OIDC handles authentication

0 commit comments

Comments
 (0)