From e47d3a9764bbff9069e8c9c25c88f494c8f8ee66 Mon Sep 17 00:00:00 2001 From: landmanbester Date: Fri, 13 Dec 2024 16:32:10 +0200 Subject: [PATCH] @->/ in ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bee49d6f..e662b216 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,7 +177,7 @@ jobs: run: poetry build - name: Publish distribution to Test PyPI - uses: pypa/gh-action-pypi-publish@v1 + uses: pypa/gh-action-pypi-publish/v1 with: user: __token__ password: ${{ secrets.PYPI_TEST_API_TOKEN }} @@ -185,7 +185,7 @@ jobs: verbose: true - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@v1 + uses: pypa/gh-action-pypi-publish/v1 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}