plasmabio / tljh-repo2docker

Plugin for The Littlest JupyterHub to build multiple user environments with repo2docker
BSD 3-Clause "New" or "Revised" License
60 stars 15 forks source link

Add releaser workflow #74

Closed trungleduc closed 6 months ago

trungleduc commented 6 months ago

Closes #71

jtpio commented 6 months ago

Just published a placeholder package to PyPI: https://pypi.org/project/tljh-repo2docker/

Add setup the trusted publisher:

image

trungleduc commented 6 months ago

Great!

jtpio commented 6 months ago

Following https://jupyter-releaser.readthedocs.io/en/latest/how_to_guides/convert_repo_from_repo.html.

We now have the GitHub App created:

image

And the two secrets defined in this repo for the release environment:

image

I haven't added a ruleset yet for now to keep things simple, but we can consider adding it later.

trungleduc commented 6 months ago

@jtpio is it ready to go?

jtpio commented 6 months ago

I think so.

Let's merge and try to make a release?