From 652ed8648272ad57b8ed58b7426e7f1d7d92a90b Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Wed, 6 Nov 2024 22:33:04 +0100 Subject: [PATCH] fix pypa/gh-action-pypi-publish version --- .github/workflows/tests+pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests+pypi.yml b/.github/workflows/tests+pypi.yml index 01557ce1..1867304a 100644 --- a/.github/workflows/tests+pypi.yml +++ b/.github/workflows/tests+pypi.yml @@ -267,14 +267,14 @@ jobs: cd .. - if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: pypa/gh-action-pypi-publish@unstable/v1.12.0 + uses: pypa/gh-action-pypi-publish@release/v1.12.0 with: attestations: false repository_url: https://test.pypi.org/legacy/ packages-dir: ${{ matrix.package-dir }}/dist - if: startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@unstable/v1.12.0 + uses: pypa/gh-action-pypi-publish@release/v1.12.0 with: attestations: false packages-dir: ${{ matrix.package-dir }}/dist