From 23e85a14fd978fd2cf917e7395172471d29b9e35 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 00:32:36 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish action to v1.14.1 | datasource | package | from | to | | ----------- | --------------------------- | ------- | ------- | | github-tags | pypa/gh-action-pypi-publish | v1.14.0 | v1.14.1 | --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b3a2e0c9..5e814243 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -37,7 +37,7 @@ jobs: run: uv build - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 + uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 - name: Create GitHub Release run: |