home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 525336245

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/3257#issuecomment-525336245 https://api.github.com/repos/pydata/xarray/issues/3257 525336245 MDEyOklzc3VlQ29tbWVudDUyNTMzNjI0NQ== 2448579 2019-08-27T14:48:25Z 2019-08-27T14:48:25Z MEMBER

4. On the master branch, commit the release in git: git commit -a -m 'Release v0.X.Y' 5. Tag the release: git tag -a v0.X.Y -m 'v0.X.Y' 6. Build source and binary wheels for pypi: git clean -xdf # this deletes all uncommited changes! python setup.py bdist_wheel sdist 7. Use twine to register and upload the release on pypi. Be careful, you can't take this back! twine upload dist/xarray-0.X.Y* You will need to be listed as a package owner at https://pypi.python.org/pypi/xarray for this to work. 8. Push your changes to master: git push upstream master git push upstream --tags 9. Update the stable branch (used by ReadTheDocs) and switch back to master: git checkout stable git rebase master

This bit seems easily scriptable

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  484711431
Powered by Datasette · Queries took 0.658ms · About: xarray-datasette