Skip to content

Commit

Permalink
Remove changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Serene-Arc committed Oct 27, 2023
1 parent 77b5179 commit 3800593
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/make_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@ jobs:
- name: Run version script
id: script
run: |
python extra/release.py "${{ inputs.version }}" >> changelog.txt
- name: Store the changelog
uses: actions/upload-artifact@v3
with:
name: changelog
path: changelog.txt
- run: rm changelog.txt
python extra/release.py "${{ inputs.version }}"
- uses: EndBug/add-and-commit@v9
name: Commit the changes
with:
Expand Down Expand Up @@ -69,17 +63,12 @@ jobs:
with:
name: python-package-distributions
path: dist/
- name: Download the changelog
uses: actions/download-artifact@v3
with:
name: changelog
path: changelog.txt
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
bodyFile: ./changelog.txt
body: "Check [here](https://beets.readthedocs.io/en/stable/changelog.html) for the latest changes."
artifacts: dist/*

publish_to_pypi:
Expand Down

0 comments on commit 3800593

Please sign in to comment.