File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v5
13+ with :
14+ persist-credentials : false
1315 - name : Install poetry
1416 run : pipx install poetry
1517 - name : Set up Python
1921 - name : Install deps
2022 run : poetry install
2123 - name : Set version
22- run : poetry version "${{ github.ref_name } }"
24+ run : poetry version "${GITHUB_REF_NAME }"
2325 - name : Release package
2426 env :
2527 POETRY_PYPI_TOKEN_PYPI : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v5
17+ with :
18+ persist-credentials : false
1719 - name : Setup pnpm
1820 uses : pnpm/action-setup@v4
1921 - name : Setup Node.js
Original file line number Diff line number Diff line change 77 - ' *.md'
88 push :
99
10+ permissions :
11+ actions : read
12+ contents : read
13+ pull-requests : read
14+
1015jobs :
1116 lint :
1217 strategy :
1823 runs-on : ubuntu-latest
1924 steps :
2025 - uses : actions/checkout@v5
26+ with :
27+ persist-credentials : false
2128 - name : Install poetry
2229 run : pipx install poetry
2330 - name : Set up Python
3845 runs-on : " ${{ matrix.os }}"
3946 steps :
4047 - uses : actions/checkout@v5
48+ with :
49+ persist-credentials : false
4150 - name : Install poetry
4251 run : pipx install poetry
4352 - name : Set up Python
You can’t perform that action at this time.
0 commit comments