We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
publish.yml
1 parent 644065a commit 69a8b03Copy full SHA for 69a8b03
1 file changed
.github/workflows/publish.yml
@@ -11,6 +11,8 @@ on:
11
required: false
12
default: 'false'
13
14
+permissions: {}
15
+
16
jobs:
17
publish:
18
runs-on: ubuntu-latest
@@ -23,12 +25,16 @@ jobs:
23
25
GITHUB_CONTEXT: ${{ toJson(github) }}
24
26
run: echo "$GITHUB_CONTEXT"
27
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28
+ with:
29
+ persist-credentials: false
30
- name: Set up Python
31
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
32
with:
33
python-version-file: ".python-version"
34
- name: Install uv
35
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
36
37
+ version: "0.11.4"
38
- name: Build distribution
39
run: uv build
40
- name: Publish
0 commit comments