We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Development is partially explained in README.md. Need to document uploads to npm, anaconda cloud and pypi.
README.md
The text was updated successfully, but these errors were encountered:
FYI need t upload to pypi w/ twine:
twine upload -u __token__ -p <token> <file>
Also we need to make a new token scoped to just this project and put it in 1pass
Sorry, something went wrong.
Need to document:
python setup.py sdist bdist_wheel
npm publish
PYPI_TOKEN
twine upload -u __token__ -p $PYPI_TOKEN dist/jupyter_bokeh-*
It's possible the deploy.sh script can be used (or lightly fixed up) to do all this
deploy.sh
cc @philippjfr
I'm going to close this and roll it in with #141
No branches or pull requests
Development is partially explained in
README.md
. Need to document uploads to npm, anaconda cloud and pypi.The text was updated successfully, but these errors were encountered: