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 edf0db6 commit 870f117Copy full SHA for 870f117
.github/workflows/publish.yml
@@ -5,6 +5,8 @@ on:
5
types:
6
- created
7
8
+permissions: {}
9
+
10
jobs:
11
publish:
12
runs-on: ubuntu-latest
@@ -17,12 +19,16 @@ jobs:
17
19
GITHUB_CONTEXT: ${{ toJson(github) }}
18
20
run: echo "$GITHUB_CONTEXT"
21
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22
+ with:
23
+ persist-credentials: false
24
- name: Set up Python
25
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
26
with:
27
python-version-file: ".python-version"
28
- name: Install uv
29
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
30
31
+ version: "0.11.4"
32
- name: Build distribution
33
run: uv build
34
- name: Publish
0 commit comments