Skip to content

Commit d74a923

Browse files
committed
3.2.6
1 parent 50ec576 commit d74a923

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
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',

0 commit comments

Comments
 (0)