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 the jupyterhub bot #626

Merged
merged 1 commit into from
Feb 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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