11 lines
385 B
JSON
11 lines
385 B
JSON
{
|
|
"name": "@e2b/python-sdk",
|
|
"private": true,
|
|
"version": "0.17.1",
|
|
"scripts": {
|
|
"test": "poetry run pytest -n 1 --verbose -x",
|
|
"postVersion": "poetry version $(pnpm pkg get version --workspaces=false | tr -d \\\")",
|
|
"postPublish": "poetry build && poetry config pypi-token.pypi ${PYPI_TOKEN} && poetry publish --skip-existing",
|
|
"pretest": "poetry install"
|
|
}
|
|
} |