Update pythonpublish.yml

This commit is contained in:
Jamie Hardt
2022-11-21 20:29:33 -08:00
committed by GitHub
parent 4d83f81fc8
commit d20d9d1bdd

View File

@@ -24,3 +24,13 @@ jobs:
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
- name: Report to Mastodon
uses: cbrgm/mastodon-github-action@v1.0.1
with:
message: |
I just released a new version of pycmx, my library for reading CMX EDLs!
#sounddesign #filmmaking #python
${{ github.server_url }}/${{ github.repository }}
env:
MASTODON_URL: ${{ secrets.MASTODON_URL }}
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}