From 2a7b67607de3ba37908e164658aa1e6f94a6a63f Mon Sep 17 00:00:00 2001 From: maratsh <533533+maratsh@users.noreply.github.com> Date: Fri, 24 Jan 2025 14:36:54 +0100 Subject: [PATCH] fix: python package publishing (#517) --- .github/workflows/nx-release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nx-release.yaml b/.github/workflows/nx-release.yaml index 3f9fae486..00e5fa5ce 100644 --- a/.github/workflows/nx-release.yaml +++ b/.github/workflows/nx-release.yaml @@ -82,6 +82,9 @@ jobs: MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }} MAVEN_GPG_SECRET_KEY_PASSWORD: ${{ secrets.MAVEN_GPG_SECRET_KEY_PASSWORD }} + TWINE_USERNAME: '__token__' + TWINE_PASSWORD: ${{ steps.mint.outputs.api-token }} + POETRY_PYPI_TOKEN_PYPI: ${{ steps.mint.outputs.api-token }} publish: concurrency: publish