From 959ec23a535404ef2e704571fd37520aeda39b84 Mon Sep 17 00:00:00 2001 From: "Axel H." Date: Mon, 5 Jan 2026 15:53:56 +0100 Subject: [PATCH] ci(release): using `pypa/gh-action-pypi-publish@release/v1` to release with attestations --- .github/workflows/pythonpublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 3230cb814..d7bce79c4 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -20,5 +20,5 @@ jobs: uses: astral-sh/setup-uv@v7 - name: Build run: uv build - - name: Publish - run: uv publish + - name: Publish package to PyPI + uses: pypa/gh-action-pypi-publish@release/v1