Skip to content

Commit

Permalink
Merge pull request #626 from choldgraf/jupyterhub-bot
Browse files Browse the repository at this point in the history
Document the jupyterhub bot
  • Loading branch information
consideRatio authored Feb 20, 2023
2 parents e13086c + 021a42a commit a3b954f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index-team_policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ practices/check-ins
practices/pull_requests
practices/repository-code-standards
practices/releases
practices/readme-badges
```
10 changes: 10 additions & 0 deletions docs/practices/releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Making releases

```{admonition} Under construction
We're still working out our release practices, check back for more information!
```

## Shared PyPI bot

We have a shared PyPI bot to publish packages to PyPI.
See [](shared:pypi-bot).
9 changes: 9 additions & 0 deletions docs/resources/shared-infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Some of these are useful for our development workflows, while others are used as
We have [a GitHub organization](https://github.com/jupyterhub/) for hosting all of our code repositories.
This organization is where we do most of the code-related work for the project, and where we have discussions and coordination.

(shared:pypi-bot)=
## PyPI

We have a [bot named `jupyterhub-bot`](https://pypi.org/user/jupyterhub-bot/) on PyPI.
This allows us to centralize the authority to publish PyPI packages in a single place.
We can also use this bot to generate API tokens that allow us to publish packages automatically with GitHub Actions.

Any steering council member should have access to this bot, ask somebody if you'd like access.

(resources:shared-drive)=

## Google Drive
Expand Down

0 comments on commit a3b954f

Please sign in to comment.