From fbdfcddffffafaf4b53cfaf3406eedd030e964e0 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 26 Nov 2024 11:15:08 -0800 Subject: [PATCH] Re-activated Bluesky posting Updated classifiers in pyproject.toml --- .github/workflows/pythonpublish.yml | 22 +++++++++++----------- pyproject.toml | 1 + 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 1b0ffd3..30502e2 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -29,14 +29,14 @@ jobs: uses: pypa/gh-action-pypi-publish@v1.12.2 with: password: ${{ secrets.PYPI_APIKEY }} - # - name: Send Bluesky Post - # uses: myConsciousness/bluesky-post@v5 - # with: - # text: | - # I've released a new version of pycmx, my module for - # reading CMX EDLs. - # link-preview-url: ${{ github.server_url }}/${{ github.repository }} - # identifier: ${{ secrets.BLUESKY_APP_USER }} - # password: ${{ secrets.BLUESKY_APP_PASSWORD }} - # service: bsky.social - # retry-count: 1 + - name: Send Bluesky Post + uses: myConsciousness/bluesky-post@v5 + with: + text: | + I've released a new version of pycmx, my module for + reading CMX EDLs. + link-preview-url: ${{ github.server_url }}/${{ github.repository }} + identifier: ${{ secrets.BLUESKY_APP_USER }} + password: ${{ secrets.BLUESKY_APP_PASSWORD }} + service: bsky.social + retry-count: 1 diff --git a/pyproject.toml b/pyproject.toml index 2a61a50..d00a534 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12' + 'Programming Language :: Python :: 3.13' ] homepage = "https://github.com/iluvcapra/pycmx" documentation = "https://pycmx.readthedocs.io/"