Skip to content

Commit 69a8b03

Browse files
committed
Resolve publish.yml
1 parent 644065a commit 69a8b03

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
required: false
1212
default: 'false'
1313

14+
permissions: {}
15+
1416
jobs:
1517
publish:
1618
runs-on: ubuntu-latest
@@ -23,12 +25,16 @@ jobs:
2325
GITHUB_CONTEXT: ${{ toJson(github) }}
2426
run: echo "$GITHUB_CONTEXT"
2527
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+
with:
29+
persist-credentials: false
2630
- name: Set up Python
2731
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2832
with:
2933
python-version-file: ".python-version"
3034
- name: Install uv
3135
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
36+
with:
37+
version: "0.11.4"
3238
- name: Build distribution
3339
run: uv build
3440
- name: Publish

0 commit comments

Comments
 (0)