Skip to content

Commit 8553ecf

Browse files
authored
Simplify publication workflow (#209)
1 parent 9a9f330 commit 8553ecf

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on: # yamllint disable-line rule:truthy
44
# release:
55
# types: [published]
66

7-
env:
8-
UV_LOCKED: true
9-
107
jobs:
118
pypi:
129
timeout-minutes: 10
@@ -20,10 +17,6 @@ jobs:
2017
with:
2118
fetch-depth: 0
2219
- 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
2720
- run: uv build
2821
- uses: softprops/action-gh-release@v2
2922
with:

0 commit comments

Comments
 (0)