mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
Re-activated Bluesky posting
Updated classifiers in pyproject.toml
This commit is contained in:
22
.github/workflows/pythonpublish.yml
vendored
22
.github/workflows/pythonpublish.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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/"
|
||||||
|
|||||||
Reference in New Issue
Block a user