Update pythonpublish.yml

This commit is contained in:
Jamie Hardt
2022-11-20 10:12:53 -08:00
committed by GitHub
parent e2c7408413
commit cdc8a838ac

View File

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