From d05da7e3a2a5e0b3c7700acd9818e3aeb75c0f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Thu, 17 Aug 2023 13:39:41 -0700 Subject: [PATCH] DOC: some cleanup in the readme, and some heading hierarcy --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d31697a..d8a1366 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Note that we recommend pinning the action against a specific SHA (rather than a tag), to guard against the unlikely event of upstream being compromised. -# Updating the action +## Updating the action You can [use Dependabot to keep the GitHub Action up to date][], with a `.github/dependabot.yml` config file similar to: @@ -36,14 +36,15 @@ updates: interval: "weekly" ``` -# Access +## Access to the ``scientific-python-nightly-wheels`` space -To request access to the repository, please open an issue on [this action's +To request access to the wheel channel, please open an issue on [the upload action's repository](https://github.com/scientific-python/upload-nightly-action). You can then generate a token at `https://anaconda.org/scientific-python-nightly-wheels/settings/access` with permissions to _Allow write access to the API site_ and _Allow uploads to Standard Python repositories_, and add the token as a secret to your GitHub repository. + # Using nightly builds in CI To test against nightly builds, you can use the following command to install from