From a85f6b6dcb10e564cab07b1ec7ca244d419db39f Mon Sep 17 00:00:00 2001 From: jakirkham Date: Tue, 26 Jan 2021 14:26:21 -0800 Subject: [PATCH] Drop out-of-date manual release upload doc bit This is a hold over from when we uploaded binaries manually. We no longer need it now that releases are done on CI. So drop this text. --- docs/contributing.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 16e1dd4c..797126f5 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -307,10 +307,3 @@ Tag the version (where "X.X.X" stands for the version number, e.g., "2.2.0"):: This will trigger a GitHub Action which will build the source distribution as well as wheels for all major platforms. - -Obtain checksum for release to conda-forge:: - - $ openssl sha256 dist/numcodecs-${version}.tar.gz - -Release to conda-forge by making a pull request against the numcodecs-feedstock conda-forge -repository, incrementing the version number.