Skip to content

Commit

Permalink
docs: Correct token url to user account (#88)
Browse files Browse the repository at this point in the history
* Users of the action should generate an access token from their
  own Anaconda Cloud account, not from the Scientific Python organisation's
  account.
  • Loading branch information
matthewfeickert authored Aug 28, 2024
1 parent cb172cd commit a4a4ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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/scientific-python-nightly-wheels/settings/access`
then generate a token at `https://anaconda.org/<anaconda cloud user name>/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.

Expand Down

0 comments on commit a4a4ff8

Please sign in to comment.