From 001505183be058d59997bfcc44f13a4a5515d949 Mon Sep 17 00:00:00 2001 From: Benedikt Fuchs Date: Sat, 28 Sep 2024 18:57:49 +0200 Subject: [PATCH] fix ci for publishing --- .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 a52bdd7..2e83d86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: - name: Publish if: ${{env.is_package}} run: | - poetry publish --build -u __token__ -p ${{ secrets.PYPI_TOKEN }} -vv + poetry publish --build -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} -vv publish-docker: name: Publish docker file and push it to a registry runs-on: ubuntu-latest