diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c8fd8e0..ba7263a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -28,19 +28,3 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} - - release-notes: - name: Update Release Notes - runs-on: ubuntu-latest - steps: - - name: Check out code - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Generate changelog - uses: docker://aevea/release-notary:0.9.7 - with: - command: publish - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}