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