File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5959 find FeishuBitableAPI -name "*.py" -exec sed -i 's/from UPDATE_FIELD/from .UPDATE_FIELD/g' {} \;
6060 find FeishuBitableAPI -name "*.py" -exec sed -i 's/from UPDATE_RECORD/from .UPDATE_RECORD/g' {} \;
6161 find FeishuBitableAPI -name "*.py" -exec sed -i 's/from ADD_RECORDS_FROM_CSV/from .ADD_RECORDS_FROM_CSV/g' {} \;
62+ find FeishuBitableAPI -name "*.py" -exec sed -i 's/from CONVERSION_FIELDS/from .CONVERSION_FIELDS/g' {} \;
6263
6364 - name : Build package
6465 run : python -m build
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'FeishuBitableAPI' ,
5- version = '3.2.5 ' ,
5+ version = '3.2.6 ' ,
66 packages = find_packages (),
77 #py_modules=[],
88 url = 'https://github.com/BlueSkyXN/Feishu-Bitable-Python-API' ,
You can’t perform that action at this time.
0 commit comments