Re-activated Bluesky posting

Updated classifiers in pyproject.toml
This commit is contained in:
Jamie Hardt
2024-11-26 11:15:08 -08:00
parent 156828b648
commit fbdfcddfff
2 changed files with 12 additions and 11 deletions

View File

@@ -29,14 +29,14 @@ jobs:
uses: pypa/gh-action-pypi-publish@v1.12.2 uses: pypa/gh-action-pypi-publish@v1.12.2
with: with:
password: ${{ secrets.PYPI_APIKEY }} password: ${{ secrets.PYPI_APIKEY }}
# - name: Send Bluesky Post - name: Send Bluesky Post
# uses: myConsciousness/bluesky-post@v5 uses: myConsciousness/bluesky-post@v5
# with: with:
# text: | text: |
# I've released a new version of pycmx, my module for I've released a new version of pycmx, my module for
# reading CMX EDLs. reading CMX EDLs.
# link-preview-url: ${{ github.server_url }}/${{ github.repository }} link-preview-url: ${{ github.server_url }}/${{ github.repository }}
# identifier: ${{ secrets.BLUESKY_APP_USER }} identifier: ${{ secrets.BLUESKY_APP_USER }}
# password: ${{ secrets.BLUESKY_APP_PASSWORD }} password: ${{ secrets.BLUESKY_APP_PASSWORD }}
# service: bsky.social service: bsky.social
# retry-count: 1 retry-count: 1

View File

@@ -21,6 +21,7 @@ classifiers = [
'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12' 'Programming Language :: Python :: 3.12'
'Programming Language :: Python :: 3.13'
] ]
homepage = "https://github.com/iluvcapra/pycmx" homepage = "https://github.com/iluvcapra/pycmx"
documentation = "https://pycmx.readthedocs.io/" documentation = "https://pycmx.readthedocs.io/"