From 0663221c8f799ae17a4262e4c0c75a9c38290a0f Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Wed, 9 Aug 2023 22:23:20 +0200 Subject: [PATCH] ci: use debug pypi publish branch --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 364f503..0098c3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: release_to_pypi: name: Release to PyPI runs-on: ubuntu-latest - environment: + environment: name: pypi url: https://pypi.org/p/pywaze/ permissions: @@ -30,4 +30,4 @@ jobs: run: | rye build - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: trail-of-forks/gh-action-pypi-publish@ww/render-claims