diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 929d674..1b0ffd3 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -26,15 +26,17 @@ jobs: - name: Build package run: python -m build . - name: Publish to Pypi - uses: pypa/gh-action-pypi-publish@v1.8.6 - - name: Send Bluesky Post - uses: myConsciousness/bluesky-post@v5 + uses: pypa/gh-action-pypi-publish@v1.12.2 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 + 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