We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f9af4 commit ec3d049Copy full SHA for ec3d049
pypaimon/__init__.py
@@ -18,7 +18,4 @@
18
19
from .api import Schema
20
21
-__all__ = [
22
- 'Schema',
23
-
24
-]
+__all__ = ['Schema']
tools/releasing/create_binary_release.sh
@@ -60,7 +60,7 @@ source dev/.conda/bin/activate
60
# build
61
dev/build-wheels.sh
62
63
-WHEEL_FILE_NAME="paimon_python-${RELEASE_VERSION}-py3-none-any.whl"
+WHEEL_FILE_NAME="pypaimon-${RELEASE_VERSION}-py3-none-any.whl"
64
cp "dist/${WHEEL_FILE_NAME}" "${RELEASE_DIR}/${WHEEL_FILE_NAME}"
65
66
cd ${RELEASE_DIR}
0 commit comments