summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2022-10-26 12:00:43 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-11-17 14:03:15 +0100
commit8e3db1fb2a47aae3109f8f66c7471a71f590200c (patch)
tree39850c88b98b1e6f0b33455535bb7a8815516008 /.github
parentbf3399ef821aa9a508d5dc44be4da4a1c97dae83 (diff)
downloadpylint-git-8e3db1fb2a47aae3109f8f66c7471a71f590200c.tar.gz
Add PyPI deployment environment [ci] (#7676)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d51577801..d7d663098 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -12,6 +12,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.0.2