jupyterhub / gh-scoped-creds

Provide fine-grained push access to GitHub from a JupyterHub
BSD 3-Clause "New" or "Revised" License
26 stars 8 forks source link

ci/docs: add release workflow (publish to pypi) and a RELEASE.md file #32

Closed consideRatio closed 1 year ago

consideRatio commented 2 years ago

PR Summary

Related

It would be nice to retroactively add tags to the commits associated with the previous releases and push those before merging this to avoid triggering workflows that would try publish to PyPI. If that is done later, they won't override any PyPI release though because the upload command looks like this: twine upload --skip-existing dist/*

yuvipanda commented 1 year ago

Is there something I should do to move this forward? :D

consideRatio commented 1 year ago

Review merge :)

yuvipanda commented 1 year ago

Done :)