mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2026-01-01 17:30:47 +00:00
Update pythonpublish.yml
Added post to Mastodon
This commit is contained in:
19
.github/workflows/pythonpublish.yml
vendored
19
.github/workflows/pythonpublish.yml
vendored
@@ -27,12 +27,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
|
- 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
|
|
||||||
# env:
|
${{ github.server_url }}/${{ github.repository }}
|
||||||
# MASTODON_URL: ${{ secrets.MASTODON_URL }}
|
env:
|
||||||
# MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
|
MASTODON_URL: ${{ secrets.MASTODON_URL }}
|
||||||
|
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user