Skip to content

Commit 920f513

Browse files
authored
DOC: some cleanup in the readme, and some heading hierarcy (#37)
1 parent bb8679d commit 920f513

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Note that we recommend pinning the action against a specific SHA
2121
(rather than a tag), to guard against the unlikely event of upstream
2222
being compromised.
2323
24-
# Updating the action
24+
## Updating the action
2525
2626
You can [use Dependabot to keep the GitHub Action up to date][],
2727
with a `.github/dependabot.yml` config file similar to:
@@ -36,14 +36,15 @@ updates:
3636
interval: "weekly"
3737
```
3838

39-
# Access
39+
## Access to the ``scientific-python-nightly-wheels`` space
4040

41-
To request access to the repository, please open an issue on [this action's
41+
To request access to the wheel channel, please open an issue on [the upload action's
4242
repository](https://github.com/scientific-python/upload-nightly-action). You can
4343
then generate a token at `https://anaconda.org/scientific-python-nightly-wheels/settings/access`
4444
with permissions to _Allow write access to the API site_ and _Allow uploads to Standard Python repositories_,
4545
and add the token as a secret to your GitHub repository.
4646

47+
4748
# Using nightly builds in CI
4849

4950
To test against nightly builds, you can use the following command to install from

0 commit comments

Comments
 (0)