File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 9
9
emsdk_version :
10
10
description : Version of emsdk to use
11
11
required : true
12
- default : " 3.1.52 "
12
+ default : " 3.1.58 "
13
13
pyodide_tag :
14
14
description : Branch or tag of cloudflare/pyodide to get recipes from
15
15
required : true
16
16
default : " main"
17
17
pyodide_version :
18
18
description : Version of pyodide-build to use
19
19
required : true
20
- default : " 0.26.0a3 "
20
+ default : " 0.29.2 "
21
21
22
22
jobs :
23
23
pyodide-packages :
43
43
bash ./setup.sh
44
44
45
45
- name : Build and Upload Pyodide Package Bundle
46
- env :
46
+ env :
47
47
R2_ACCOUNT_ID : ${{ secrets.R2_ACCOUNT_ID }}
48
48
R2_ACCESS_KEY_ID : ${{ secrets.R2_ACCESS_KEY_ID }}
49
49
R2_SECRET_ACCESS_KEY : ${{ secrets.R2_SECRET_ACCESS_KEY }}
52
52
source .venv/bin/activate
53
53
source emsdk/emsdk_env.sh
54
54
python3 script.py ${{ inputs.tag }}
55
-
55
+
56
56
- name : Create GitHub Release for pyodide_bucket.bzl
57
57
uses : ncipollo/release-action@v1
58
58
with :
Original file line number Diff line number Diff line change
1
+ aiohttp
2
+ beautifulsoup4
3
+ cryptography
4
+ fastapi
1
5
langchain_openai
2
6
langchain
3
- fastapi
4
- aiohttp
7
+ PyJWT
8
+ python-multipart
9
+ requests
10
+ sqlalchemy
11
+ !test
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ sudo apt install gfortran sqlite3 f2c swig libreadline-dev
23
23
24
24
python3.12 -m venv .venv
25
25
source .venv/bin/activate
26
- pip install build==1.0.0 pyodide-build== $PYODIDE_VERSION
26
+ pip install pyodide-build
27
27
28
- pip install boto3 cython
28
+ pip install boto3 cython requests
You can’t perform that action at this time.
0 commit comments