Update pythonpublish.yml

Added post to Mastodon
This commit is contained in:
Jamie Hardt
2022-11-20 10:53:35 -08:00
committed by GitHub
parent ddc406b1eb
commit 07669e4eca

View File

@@ -27,12 +27,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 ptulsconv, my ADR cue sheet generator!
# https://github.com/iluvcapra/ptulsconv
# env:
# MASTODON_URL: ${{ secrets.MASTODON_URL }}
# MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
- name: Report to Mastodon
uses: cbrgm/mastodon-github-action@v1.0.1
with:
message: |
I just released a new version of ptulsconv, my ADR cue sheet generator!
${{ github.server_url }}/${{ github.repository }}
env:
MASTODON_URL: ${{ secrets.MASTODON_URL }}
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}