From f478374b110904563dd197bf8bda0d01aad725ba Mon Sep 17 00:00:00 2001 From: Kota Yamaguchi Date: Mon, 29 Jan 2024 08:52:56 +0900 Subject: [PATCH] Add missing upload environment --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3ec645f8..8bfa6ab0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -176,6 +176,9 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' permissions: id-token: write + environment: + name: pypi + url: https://pypi.org/p/skia-python/ steps: - uses: actions/download-artifact@v4 with: