diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index acee762..f48d34b 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -24,13 +24,3 @@ jobs: run: | python -m build . twine upload dist/* - - name: Report to Mastodon - uses: cbrgm/mastodon-github-action@v1.0.1 - with: - message: | - I just released a new version of wavinfo, my library for reading WAVE file metadata! - #sounddesign #filmmaking #audio #python - ${{ github.server_url }}/${{ github.repository }} - env: - MASTODON_URL: ${{ secrets.MASTODON_URL }} - MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}