Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate deployment of npm and pypi module #98

Open
jordic opened this issue Jan 24, 2021 · 0 comments
Open

Automate deployment of npm and pypi module #98

jordic opened this issue Jan 24, 2021 · 0 comments

Comments

@jordic
Copy link
Collaborator

jordic commented Jan 24, 2021

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/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant