Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 18, 2024
1 parent 2978eb6 commit 12e02ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/maintainer/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,9 +741,9 @@ Once built on `main` (or other branches), the conda packages are uploaded to an
From there, our webservices (`conda-forge/conda-forge-webservices`) does the following:

- The logic checks the feedstock token to authenticate a legitimate request.
- The logic checks that the hash sum of the package on `cf-staging` against
- The logic checks that the hash sum of the package on `cf-staging` against
the value computed in the CI to ensure the artifact to be copied is the same.
- The logic checks that the feedstock is allowed to push the package using
- The logic checks that the feedstock is allowed to push the package using
the `conda-forge/feedstock-outputs` repo.
- If all three checks pass, the webservices copies the artifacts from `cf-staging` to `conda-forge`.

Expand Down

0 comments on commit 12e02ab

Please sign in to comment.