Skip to content

Commit 432017d

Browse files
authored
Fix typos in infrastructure.md
1 parent 4c20d2f commit 432017d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/maintainer/infrastructure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,12 +622,12 @@ compiler versions above, we have removed the `cos*` part of the `sysroot` path.
622622
As of writing, `anaconda.org` does not support generating API tokens that are scoped
623623
to allow uploads for some packages but not others. In order to secure feedstock uploads,
624624
so that, e.g., the maintainers of the `numpy` feedstock cannot push a `python` package,
625-
we use a package staging process and issue secret tokens, unique to each feedback. This process
625+
we use a package staging process and issue secret tokens, unique to each feedstock. This process
626626
works as follows.
627627

628628
1. When a CI job on a feedstock is building packages to be uploaded to `anaconda.org`, it
629629
first uploads them to a staging channel, `cf-staging`.
630-
2. Then the feedback CI job makes an API call to our admin webservices server with its secret token
630+
2. Then the feedstock CI job makes an API call to our admin webservices server with its secret token
631631
and some information about the package it is trying to upload.
632632
3. The webservices server validates the secret token, the integrity of the package, and
633633
that the package is allowed for the given feedstock.

0 commit comments

Comments
 (0)