Update pythonpublish.yml

Updating python publish action to the latest version
This commit is contained in:
Jamie Hardt
2025-05-24 21:54:42 -07:00
committed by GitHub
parent 1412efe509
commit a519a525b2

View File

@@ -26,7 +26,7 @@ jobs:
- name: Build package - name: Build package
run: python -m build run: python -m build
- name: pypi-publish - name: pypi-publish
uses: pypa/gh-action-pypi-publish@v1.8.6 uses: pypa/gh-action-pypi-publish@v1.12.4
# - name: Report to Mastodon # - name: Report to Mastodon
# uses: cbrgm/mastodon-github-action@v1.0.1 # uses: cbrgm/mastodon-github-action@v1.0.1
# with: # with: