Spaces:
Runtime error
Runtime error
File size: 206 Bytes
999c5c9 |
1 2 3 4 5 |
poetry shell # activating current environment
poetry install # creating and installing current project
poetry build # creating the tarball
poetry publish # uploading to pypi
|