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 aa0674d commit 672e44fCopy full SHA for 672e44f
.github/workflows/check.yaml
@@ -10,6 +10,8 @@ on:
10
concurrency:
11
group: check-${{ github.ref }}
12
cancel-in-progress: true
13
+permissions:
14
+ contents: read
15
jobs:
16
test:
17
runs-on: ubuntu-latest
.github/workflows/release.yaml
@@ -2,6 +2,8 @@ name: Release to PyPI
2
on:
3
push:
4
tags: ["*"]
5
6
7
env:
8
dists-artifact-name: python-package-distributions
9
0 commit comments