We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9f330 commit 8553ecfCopy full SHA for 8553ecf
1 file changed
.github/workflows/publish.yaml
@@ -4,9 +4,6 @@ on: # yamllint disable-line rule:truthy
4
# release:
5
# types: [published]
6
7
-env:
8
- UV_LOCKED: true
9
-
10
jobs:
11
pypi:
12
timeout-minutes: 10
@@ -20,10 +17,6 @@ jobs:
20
17
with:
21
18
fetch-depth: 0
22
19
- uses: astral-sh/setup-uv@v7
23
- with:
24
- activate-environment: true
25
- - run: uv sync -q --no-default-groups
26
- - run: template sys-info --developer
27
- run: uv build
28
- uses: softprops/action-gh-release@v2
29
0 commit comments