Skip to content

Commit 7059976

Browse files
committed
Trying to build python package.
1 parent 4eb5d8c commit 7059976

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

source/ports/py_port/metacall/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# See the License for the specific language governing permissions and
1818
# limitations under the License.
1919

20-
from metacall.metacall import metacall, metacall_load_from_file, metacall_load_from_memory, metacall_load_from_package, metacall_inspect, metacall_value_create_ptr, metacall_value_reference, metacall_value_dereference
20+
from metacall.api import metacall, metacall_load_from_file, metacall_load_from_memory, metacall_load_from_package, metacall_inspect, metacall_value_create_ptr, metacall_value_reference, metacall_value_dereference
File renamed without changes.

source/ports/py_port/upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131

3232
# Install dependencies and upload MetaCall package
3333
python3 -m pip install --user --upgrade twine setuptools wheel build
34-
# python3 -m build
34+
python3 -m build
3535
python3 setup.py sdist bdist_wheel
3636
python3 -m twine check dist/*
3737
python3 -m twine upload dist/*

0 commit comments

Comments
 (0)