From c4d9e41f385eee1ecf5646461736548d5ccfe5f5 Mon Sep 17 00:00:00 2001 From: patrick-zippenfenig Date: Mon, 16 Oct 2023 15:29:59 +0200 Subject: [PATCH] restore pypi token --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bfc8ba..23cf5f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,4 +32,5 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} run: npx semantic-release