Update pythonpublish.yml

This commit is contained in:
Jamie Hardt
2024-11-26 11:11:25 -08:00
committed by GitHub
parent 1894a143b1
commit 156828b648

View File

@@ -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