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 5f0e289 commit f7c9257Copy full SHA for f7c9257
.github/workflows/python.yml
@@ -17,6 +17,8 @@ concurrency:
17
group: ${{ github.workflow }}-${{ github.ref }}
18
cancel-in-progress: true
19
20
+permissions: {}
21
+
22
env:
23
REPORTS_DIR: CI_reports
24
PYTHON_VERSION_DEFAULT: "3.11"
.github/workflows/release.yml
@@ -35,6 +35,8 @@ concurrency:
35
group: deploy
36
cancel-in-progress: false # prevent hickups with semantic-release
37
38
39
40
41
42
POETRY_VERSION: "1.8.1"
0 commit comments