mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 08:50:41 +00:00
Update pythonpublish.yml
Removed Mastodon notification step
This commit is contained in:
10
.github/workflows/pythonpublish.yml
vendored
10
.github/workflows/pythonpublish.yml
vendored
@@ -24,13 +24,3 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m build .
|
python -m build .
|
||||||
twine upload dist/*
|
twine upload dist/*
|
||||||
- name: Report to Mastodon
|
|
||||||
uses: cbrgm/mastodon-github-action@v1.0.1
|
|
||||||
with:
|
|
||||||
message: |
|
|
||||||
I just released a new version of wavinfo, my library for reading WAVE file metadata!
|
|
||||||
#sounddesign #filmmaking #audio #python
|
|
||||||
${{ github.server_url }}/${{ github.repository }}
|
|
||||||
env:
|
|
||||||
MASTODON_URL: ${{ secrets.MASTODON_URL }}
|
|
||||||
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user