Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi authored Jul 28, 2024
1 parent 759130e commit 6b17779
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
- name: Publish package distributions to PyPI
run: pdm publish

- run: npx changelogithub
continue-on-error: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

build-image:
runs-on: ubuntu-latest
#needs: release-pypi
Expand Down

0 comments on commit 6b17779

Please sign in to comment.