We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811e90d commit a9c280bCopy full SHA for a9c280b
1 file changed
.github/workflows/python-publish.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
python -m pip install --upgrade pip
31
pip install bump-my-version
32
-
+ npm i -g auto-changelog
33
- name: Bump version
34
35
initialTag=${{ github.event.release.tag_name }}
@@ -85,4 +85,4 @@ jobs:
85
86
- name: Publish package to PyPI
87
uses: pypa/gh-action-pypi-publish@release/v1
88
- # No user/password needed - OIDC handles authentication
+ # No user/password needed - OIDC handles authentication
0 commit comments