From cdc8a838aca397c6793c13f97a5a0c2c126a4430 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 20 Nov 2022 10:12:53 -0800 Subject: [PATCH] Update pythonpublish.yml --- .github/workflows/pythonpublish.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 0eeeb79..32615c6 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -27,12 +27,12 @@ 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! +# https://github.com/iluvcapra/ptulsconv +# env: +# MASTODON_URL: ${{ secrets.MASTODON_URL }} +# MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}