Update pythonpublish.yml

Updated python-publish to latest version
This commit is contained in:
Jamie Hardt
2025-09-08 12:49:46 -07:00
committed by GitHub
parent 6da04b2c07
commit 81997c763e

View File

@@ -26,7 +26,7 @@ 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.12.2 uses: pypa/gh-action-pypi-publish@v1.13.0
with: with:
password: ${{ secrets.PYPI_APIKEY }} password: ${{ secrets.PYPI_APIKEY }}
- name: Send Bluesky Post - name: Send Bluesky Post