From 5382c70dc2a01f39928aa924091077f00b557b18 Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Sun, 6 Oct 2024 19:14:57 +0100 Subject: [PATCH] Instructions in README --- .gitignore | 1 + README.rst | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 977482c..e54b5b6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ tmp_for_test/ working/ build/ +_wheels/ diff --git a/README.rst b/README.rst index 0dfe1e2..91de556 100644 --- a/README.rst +++ b/README.rst @@ -54,14 +54,15 @@ and then upload them manually to pypi, or by using twine_. To download, use something like:: - gh run download + gh run download --pattern "*-wheels-*" --dir _wheels + cp _wheels/*/*.whl wheelhouse You may want to add the `sdist` to the `wheelhouse`. Build, copy with:: (cd nipy && make source-release) cp nipy/dist/*.tar.gz wheelhouse -Then upload everything with:: +Then upload everything with e.g.:: twine upload --sign wheelhouse/nipy-0.5.0-*