File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2222being compromised.
2323
24- # Updating the action
24+ ## Updating the action
2525
2626You can [use Dependabot to keep the GitHub Action up to date][],
2727with 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
4242repository](https://github.com/scientific-python/upload-nightly-action). You can
4343then generate a token at `https://anaconda.org/scientific-python-nightly-wheels/settings/access`
4444with permissions to _Allow write access to the API site_ and _Allow uploads to Standard Python repositories_,
4545and add the token as a secret to your GitHub repository.
4646
47+
4748# Using nightly builds in CI
4849
4950To test against nightly builds, you can use the following command to install from
You can’t perform that action at this time.
0 commit comments