Skip to content

Commit 5382c70

Browse files
committed
Instructions in README
1 parent a023f4d commit 5382c70

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
tmp_for_test/
33
working/
44
build/
5+
_wheels/

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,15 @@ and then upload them manually to pypi, or by using twine_.
5454

5555
To download, use something like::
5656

57-
gh run download
57+
gh run download --pattern "*-wheels-*" --dir _wheels
58+
cp _wheels/*/*.whl wheelhouse
5859

5960
You may want to add the `sdist` to the `wheelhouse`. Build, copy with::
6061

6162
(cd nipy && make source-release)
6263
cp nipy/dist/*.tar.gz wheelhouse
6364

64-
Then upload everything with::
65+
Then upload everything with e.g.::
6566

6667
twine upload --sign wheelhouse/nipy-0.5.0-*
6768

0 commit comments

Comments
 (0)