I have a python lib, and I want to use Ivy to manage my private libraries.
I python lib file structure looks like:
mylib\
__init__.py
f1.py
f2.py
...
Now I want to publish mylib
as a whole, instead file by file. In Ivy, I know how to publish one file by using the artifact
tag. But how can I publish the whole directory?