Skip to content

Commit 7021214

Browse files
committed
Add readme to publish trigger, simplify publish
1 parent 8cf4ea4 commit 7021214

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- 'pyproject.toml'
88
- 'intertidal/**'
99
- '.github/workflows/publish.yml'
10+
- 'README.md'
1011
release:
1112
types: [published]
1213
workflow_dispatch:
@@ -34,10 +35,6 @@ jobs:
3435
version: "0.7.5"
3536
enable-cache: "true"
3637

37-
# Setup Python environment with uv
38-
- name: Setup Python environment and install dea-tools
39-
run: uv sync
40-
4138
# Package will be built using version automatically
4239
# generated from Git by `hatchling-vcs`
4340
- name: Build package

0 commit comments

Comments
 (0)