Update release.yml
This commit is contained in:
parent
759130e38d
commit
6b17779c59
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -24,6 +24,11 @@ jobs:
|
|||||||
- name: Publish package distributions to PyPI
|
- name: Publish package distributions to PyPI
|
||||||
run: pdm publish
|
run: pdm publish
|
||||||
|
|
||||||
|
- run: npx changelogithub
|
||||||
|
continue-on-error: true
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
||||||
build-image:
|
build-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
#needs: release-pypi
|
#needs: release-pypi
|
||||||
|
Loading…
Reference in New Issue
Block a user