Skip to content

Commit

Permalink
Update release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jan 30, 2024
1 parent 4e8fe47 commit c8bbff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
version=$(echo $GITHUB_REF_SLUG | sed -E "s/v(.*)/\1/")
# lines 1 and 3 are empty, line 2 contains version number, line 4 contains release date
changelog generate-md -c ./docs/conf.py CHANGELOG.rst -v $version | sed "1,4d" > reports/release.md
sed -i -E 's/:github-user:`(.*)`/@\1/g' reports/release.md
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit c8bbff3

Please sign in to comment.