From ffb0615fadd5b808241650a8c9f465b711ab53a7 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 26 Oct 2022 11:31:32 +0200 Subject: [PATCH] Add PyPI deployment environment [ci] --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61eb5ff6f4..bcd91825b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,9 @@ jobs: release-pypi: name: Upload release to PyPI runs-on: ubuntu-latest + environment: + name: PyPI + url: https://pypi.org/project/astroid/ steps: - name: Check out code from Github uses: actions/checkout@v3.1.0