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

Document development and deployment #75

Closed
mattpap opened this issue Oct 19, 2019 · 3 comments
Closed

Document development and deployment #75

mattpap opened this issue Oct 19, 2019 · 3 comments

Comments

@mattpap
Copy link
Contributor

mattpap commented Oct 19, 2019

Development is partially explained in README.md. Need to document uploads to npm, anaconda cloud and pypi.

@bryevdv
Copy link
Member

bryevdv commented Nov 14, 2019

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

@bryevdv
Copy link
Member

bryevdv commented Mar 22, 2021

Need to document:

  • conventions for dev versions
  • python setup.py sdist bdist_wheel to build
  • npm publish to publish to NPM
  • set PYPI_TOKEN and twine upload -u __token__ -p $PYPI_TOKEN dist/jupyter_bokeh-* to publish to PyPI
  • instructions for conda package (tbd)

It's possible the deploy.sh script can be used (or lightly fixed up) to do all this

cc @philippjfr

@bryevdv
Copy link
Member

bryevdv commented Mar 3, 2022

I'm going to close this and roll it in with #141

@bryevdv bryevdv closed this as completed Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants