There was an error while loading. Please reload this page.
1 parent 8cf4ea4 commit 7021214Copy full SHA for 7021214
1 file changed
.github/workflows/publish.yml
@@ -7,6 +7,7 @@ on:
7
- 'pyproject.toml'
8
- 'intertidal/**'
9
- '.github/workflows/publish.yml'
10
+ - 'README.md'
11
release:
12
types: [published]
13
workflow_dispatch:
@@ -34,10 +35,6 @@ jobs:
34
35
version: "0.7.5"
36
enable-cache: "true"
37
- # Setup Python environment with uv
38
- - name: Setup Python environment and install dea-tools
39
- run: uv sync
40
-
41
# Package will be built using version automatically
42
# generated from Git by `hatchling-vcs`
43
- name: Build package
0 commit comments