From 88b1fe968ee3f9e62bf2e1c49d445db079013235 Mon Sep 17 00:00:00 2001 From: Ernst Klamer Date: Fri, 7 Jun 2024 20:01:07 +0200 Subject: [PATCH] fix: reference to gh action pypi push (#128) fix: reference to gh action pypi push --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b727105..f273b49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@v1 + uses: pypa/gh-action-pypi-publish@release/v1 if: steps.release.outputs.released == 'true' with: user: __token__