Update python publishing process (#209)

* Update README

* Update package version

* Add publish script

* Close project menu after creating a project

* Update npm lib README

* Publish updated README to npm

* Record updated version number
This commit is contained in:
arcticfly
2023-08-31 22:14:59 -07:00
committed by GitHub
parent 5b8113d8e7
commit 43a22865fd
8 changed files with 30 additions and 22 deletions

View File

@@ -57,6 +57,7 @@ export default function ProjectMenu() {
await utils.projects.list.invalidate();
setSelectedProjectId(newProj.id);
await router.push({ pathname: "/project/settings" });
popover.onClose();
}, [createMutation, router]);
const user = useSession().data;