diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2022-10-26 12:00:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 12:00:43 +0200 |
commit | f22cb48d88ce376d7a2e49b85d7b95d0ffd5e4d6 (patch) | |
tree | 90f2f8d3741c4e8f8e3a26e0784ab284a1998d72 /.github | |
parent | abacc1989e07b678b6983bac114a9782d226ea2e (diff) | |
download | pylint-git-f22cb48d88ce376d7a2e49b85d7b95d0ffd5e4d6.tar.gz |
Add PyPI deployment environment [ci] (#7676)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57529a54c..70953a58e 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/pylint/ steps: - name: Check out code from Github uses: actions/checkout@v3.1.0 |