From ef9c39f1b64db3fc8bf8a8a504a0f910f318ba23 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Mon, 25 Nov 2024 18:32:19 -0800 Subject: [PATCH] Update pythonpublish.yml Adding posting to Bluesky --- .github/workflows/pythonpublish.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index f48d34b..e87998e 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -24,3 +24,14 @@ jobs: run: | python -m build . twine upload dist/* + - name: Send Bluesky Post + uses: myConsciousness/bluesky-post@v5 + with: + text: | + I've released a new version of wavinfo, my module for + reading WAVE metadata. + link-preview-url: ${{ github.server_url }}/${{ github.repository }} + identifier: "@jpaulh.bsky.social" + password: p5nt-ajot-3pjh-5bkc + service: bsky.social + retry-count: 1