From fbd1fbe5c4a814b9dac2c4355d57221160181e59 Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Wed, 4 Oct 2023 11:47:53 +1100 Subject: [PATCH] fix(ci): add missing environment When migrating the CI publish script, I unfortunately missed the environment which contains the PyPI credentials. Signed-off-by: JP-Ellis --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6a0e9213..ba252ffdd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -155,6 +155,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') needs: [check] runs-on: ubuntu-latest + environment: Upload Python Package steps: - uses: actions/download-artifact@v3