Skip to content

Commit

Permalink
Merge branch 'master' into eliottness/delete-meta-struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Verhoog committed Aug 13, 2024
2 parents 53ef913 + 9c1f56f commit 246dac3
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,10 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.9'
python-version: '3.12'

- name: Install Dependencies
run: pip install reno docutils

- name: Lint changelog notes
run: reno lint

- name: Generate changelog
run: |
reno report | tee CHANGELOG.rst
rst2html.py CHANGELOG.rst CHANGELOG.html
- name: Upload CHANGELOG.rst
uses: actions/upload-artifact@v2
with:
name: changelog
path: |
CHANGELOG.rst
CHANGELOG.html

0 comments on commit 246dac3

Please sign in to comment.