mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
Update pythonpublish.yml
This commit is contained in:
24
.github/workflows/pythonpublish.yml
vendored
24
.github/workflows/pythonpublish.yml
vendored
@@ -26,15 +26,17 @@ jobs:
|
|||||||
- name: Build package
|
- name: Build package
|
||||||
run: python -m build .
|
run: python -m build .
|
||||||
- name: Publish to Pypi
|
- name: Publish to Pypi
|
||||||
uses: pypa/gh-action-pypi-publish@v1.8.6
|
uses: pypa/gh-action-pypi-publish@v1.12.2
|
||||||
- name: Send Bluesky Post
|
|
||||||
uses: myConsciousness/bluesky-post@v5
|
|
||||||
with:
|
with:
|
||||||
text: |
|
password: ${{ secrets.PYPI_APIKEY }}
|
||||||
I've released a new version of pycmx, my module for
|
# - name: Send Bluesky Post
|
||||||
reading CMX EDLs.
|
# uses: myConsciousness/bluesky-post@v5
|
||||||
link-preview-url: ${{ github.server_url }}/${{ github.repository }}
|
# with:
|
||||||
identifier: ${{ secrets.BLUESKY_APP_USER }}
|
# text: |
|
||||||
password: ${{ secrets.BLUESKY_APP_PASSWORD }}
|
# I've released a new version of pycmx, my module for
|
||||||
service: bsky.social
|
# reading CMX EDLs.
|
||||||
retry-count: 1
|
# link-preview-url: ${{ github.server_url }}/${{ github.repository }}
|
||||||
|
# identifier: ${{ secrets.BLUESKY_APP_USER }}
|
||||||
|
# password: ${{ secrets.BLUESKY_APP_PASSWORD }}
|
||||||
|
# service: bsky.social
|
||||||
|
# retry-count: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user