File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ concurrency:
1515 group : ${{ github.workflow }}-${{ github.ref }}
1616 cancel-in-progress : true
1717
18+ permissions : {}
19+
1820jobs :
1921 release_default :
2022 uses : ./.github/workflows/publish.yml
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ concurrency:
1515 group : ${{ github.workflow }}-${{ github.ref }}
1616 cancel-in-progress : true
1717
18+ permissions : {}
19+
1820jobs :
1921 release :
2022 uses : ./.github/workflows/publish_pure_python.yml
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ concurrency:
1919 group : ${{ github.workflow }}-${{ github.ref }}
2020 cancel-in-progress : true
2121
22+ permissions : {}
23+
2224jobs :
2325 test_pyos :
2426 uses : ./.github/workflows/tox.yml
Original file line number Diff line number Diff line change 55 tags :
66 - " v*"
77
8+ permissions : {}
9+
810jobs :
911 update-majorver :
1012 name : Update Major Version Tag
You can’t perform that action at this time.
0 commit comments