Skip to content

Commit ec3d049

Browse files
author
yuzelin
committed
fix
1 parent 36f9af4 commit ec3d049

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

pypaimon/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,4 @@
1818

1919
from .api import Schema
2020

21-
__all__ = [
22-
'Schema',
23-
24-
]
21+
__all__ = ['Schema']

tools/releasing/create_binary_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ source dev/.conda/bin/activate
6060
# build
6161
dev/build-wheels.sh
6262

63-
WHEEL_FILE_NAME="paimon_python-${RELEASE_VERSION}-py3-none-any.whl"
63+
WHEEL_FILE_NAME="pypaimon-${RELEASE_VERSION}-py3-none-any.whl"
6464
cp "dist/${WHEEL_FILE_NAME}" "${RELEASE_DIR}/${WHEEL_FILE_NAME}"
6565

6666
cd ${RELEASE_DIR}

0 commit comments

Comments
 (0)