Closed yuanming-hu closed 4 years ago
Issue=#49
Uploaded an initial version to PyPI: https://pypi.org/manage/project/taichi-elements/release/0.0.1/
This PR only acts as an automatic workflow for PyPI uploading. Later this week I'll do more testing. Specifically, import engine should be replaced by import taichi_elements.
import engine
import taichi_elements
Issue=#49
Uploaded an initial version to PyPI: https://pypi.org/manage/project/taichi-elements/release/0.0.1/
This PR only acts as an automatic workflow for PyPI uploading. Later this week I'll do more testing. Specifically,
import engine
should be replaced byimport taichi_elements
.