tangled
alpha
login
or
join now
garrison.tngl.sh
/
anyscraper
0
fork
atom
an async framework for scraping and crawling the web
0
fork
atom
overview
issues
pulls
pipelines
add uv build workflow
garrison.tngl.sh
6 months ago
5d66f5e3
c09de95a
0/1
build.yml
failed
12s
+13
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+13
.tangled/workflows/build.yml
···
1
1
+
when:
2
2
+
- event: ["push", "manual"]
3
3
+
branch: ["main"]
4
4
+
5
5
+
engine: "nixery"
6
6
+
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- uv
10
10
+
11
11
+
steps:
12
12
+
- name: "Build package"
13
13
+
command: "uv build"