Update pythonpublish.yml

Updated publish action to latest version
This commit is contained in:
Jamie Hardt
2025-09-08 12:49:05 -07:00
committed by GitHub
parent c1205d52e8
commit afe5ea9ed3

View File

@@ -20,7 +20,7 @@ jobs:
- name: Build - name: Build
python -m build . 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