Skip to content

Commit

Permalink
fix(ci): remove issue notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Jan 8, 2025
1 parent b9e689b commit 3615b2a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,3 @@ jobs:

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

notify-issues:
needs: publish-release
name: Notify issues
uses: ./.github/workflows/notify-released-issues.yml
with:
release_tag: ${{ github.event.release.tag_name }}

0 comments on commit 3615b2a

Please sign in to comment.