Skip to content

Automate deployment of npm and pypi module #98

@jordic

Description

@jordic

Guillotina react is released as a package on npm but also as a pypi python package, with
a default guillotina runnable on installation.
We should automate the process to release it. currently it's something like:

python3.8 -m venv env
env/bin/python install -e .[dev]
cd gmi
yarn build
cp -r build/* guillotina_gmi/gmi/
env/bin/python setup.py sdist
env/bin/twine upload dist/*

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions