Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
paddymul committed Oct 29, 2024
1 parent f1bed29 commit 6bb68e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion scripts/full_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6bb68e8

Please sign in to comment.