From 6bb68e80b166a9bac55f1e67d86c5478df78de0c Mon Sep 17 00:00:00 2001 From: Paddy Mullen Date: Tue, 29 Oct 2024 19:28:20 -0400 Subject: [PATCH] WIP --- package.json | 2 +- pyproject.toml | 2 +- scripts/full_build.sh | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a34dab89..c85bfc62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buckaroo", - "version": "0.7.8", + "version": "0.7.9", "description": "Fast Datagrid widget for the Jupyter Notebook and JupyterLab", "keywords": [ "jupyter", diff --git a/pyproject.toml b/pyproject.toml index e588938a..6c1c80d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "graphlib_backport>=1.0.0", "packaging>=18" ] -version = "0.7.8" +version = "0.7.9" [project.license] file = "LICENSE.txt" diff --git a/scripts/full_build.sh b/scripts/full_build.sh index ec4c572b..d610b951 100755 --- a/scripts/full_build.sh +++ b/scripts/full_build.sh @@ -4,8 +4,9 @@ set -e rm -rf dist pip install build polars python -m build -rm -f dist/index.js dist/index.js.LICENSE.txt + twine check dist/* #python -m twine upload --repository testpypi dist/* +#rm -f dist/index.js dist/index.js.LICENSE.txt #python -m twine upload --repository pypi dist/*.whl #npm publish