From eb4ee5695a43cfe56a4eadedd68e2144d6bd5e36 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 2 Dec 2024 10:11:36 -0700 Subject: [PATCH] DOC: Clarify service is Anaconda.org * Martin Durant has pointed out that Anaconda.org credentials are needed, not Anaconda Cloud credentials. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c93d6af..d65a53e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ updates: 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//settings/access` +then generate a token at `https://anaconda.org//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.