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
5d8defd4
c09de95a
0/1
build.yml
failed
6mo ago
+14
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+14
.tangled/workflows/build.yml
reviewed
···
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
+
- python313Full
10
10
+
- uv
11
11
+
12
12
+
steps:
13
13
+
- name: "Build package"
14
14
+
command: "uv build"