Update pythonpublish.yml

Removed Mastodon notification step
This commit is contained in:
Jamie Hardt
2024-11-25 18:07:17 -08:00
committed by GitHub
parent 94563f69a9
commit cc9d884ea8

View File

@@ -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 }}