From db8a67b935c11c5f6f8ea1cb9df88f34fdadf0bf Mon Sep 17 00:00:00 2001 From: Isuru Heendeniya <156098319+Isuruvh@users.noreply.github.com> Date: Sat, 24 May 2025 17:16:14 +1000 Subject: [PATCH] Main --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d94ba9e..236a811c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,7 @@ jobs: - name: Publish the Python package env: TWINE_USERNAME: __token__ + # Ensure that PYPI_API_TOKEN is set in your repository or organization secrets at https://github.com///settings/secrets/actions TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} run: | python -m build @@ -40,4 +41,5 @@ jobs: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + # Ensure that NPM_TOKEN is set in your repository or organization secrets at https://github.com///settings/secrets/actions PRE_RELEASE: ${{ github.event.release.prerelease }}