Update pythonpublish.yml

Added a Report to mastadon action
This commit is contained in:
Jamie Hardt
2022-11-20 12:22:39 -08:00
committed by GitHub
parent bba4d67641
commit ec42ee1d3d

View File

@@ -24,3 +24,13 @@ jobs:
run: | run: |
python setup.py sdist bdist_wheel python setup.py sdist bdist_wheel
twine upload dist/* 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!
${{ github.server_url }}/${{ github.repository }}
env:
MASTODON_URL: ${{ secrets.MASTODON_URL }}
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}