get rid of release notes

This commit is contained in:
Andrew Herrington
2021-12-16 18:46:19 -06:00
parent fb84f469ac
commit 379782f86a
2 changed files with 0 additions and 16 deletions

View File

@@ -40,11 +40,3 @@ jobs:
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/
- name: Publish the release notes
uses: release-drafter/release-drafter@v5.15.0
with:
publish: ${{ steps.check-version.outputs.tag != '' }}
tag: ${{ steps.check-version.outputs.tag }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

View File

@@ -38,11 +38,3 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
- name: Publish the release notes
uses: release-drafter/release-drafter@v5.15.0
with:
publish: ${{ steps.check-version.outputs.tag != '' }}
tag: ${{ steps.check-version.outputs.tag }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}