We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7103e6 commit 5cf7786Copy full SHA for 5cf7786
.github/workflows/release-tests.yml
@@ -5,6 +5,9 @@ on: workflow_dispatch
5
env:
6
DEFAULT_PYTHON: 3.8
7
8
+permissions:
9
+ contents: read
10
+
11
jobs:
12
virtualenv-15-windows-test:
13
# Regression test added in https://github.com/PyCQA/astroid/pull/1386
.github/workflows/release.yml
@@ -8,6 +8,9 @@ on:
DEFAULT_PYTHON: 3.9
14
15
release-pypi:
16
name: Upload release to PyPI
0 commit comments