File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,7 @@ concurrency:
13
13
jobs :
14
14
call-test-lint :
15
15
uses : ./.github/workflows/test-lint.yml
16
+ permissions :
17
+ contents : read
16
18
with :
17
- ref : ${{ github.event.pull_request.head.sha }}
19
+ ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 13
13
14
14
build :
15
15
name : Build distribution 📦
16
+ permissions :
17
+ contents : read
16
18
needs :
17
19
- call-test-lint
18
20
runs-on : ubuntu-latest
55
57
56
58
deploy :
57
59
name : Upload release to PyPI
60
+ permissions :
61
+ contents : read
58
62
needs :
59
63
- build
60
64
runs-on : ubuntu-latest
75
79
name : python-package-distributions
76
80
path : dist/
77
81
- name : Publish distribution 📦 to PyPI
78
- uses : pypa/gh-action-pypi-publish@release/v1
82
+ uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments