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:
1313jobs :
1414 call-test-lint :
1515 uses : ./.github/workflows/test-lint.yml
16+ permissions :
17+ contents : read
1618 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 1313
1414 build :
1515 name : Build distribution 📦
16+ permissions :
17+ contents : read
1618 needs :
1719 - call-test-lint
1820 runs-on : ubuntu-latest
5557
5658 deploy :
5759 name : Upload release to PyPI
60+ permissions :
61+ contents : read
5862 needs :
5963 - build
6064 runs-on : ubuntu-latest
7579 name : python-package-distributions
7680 path : dist/
7781 - 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