From e5808408bdb8bf1b30fe5eca498257ed04f0c5a6 Mon Sep 17 00:00:00 2001 From: Anders Albert <60234212+doctrino@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:25:01 +0100 Subject: [PATCH] Get pypi secret from CD environment (#1521) --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d7602d0c4d..da3a953835 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -98,6 +98,7 @@ jobs: build: runs-on: ubuntu-latest needs: [lint, test_full] + environment: CD steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4