Skip to content

Commit

Permalink
Instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Oct 6, 2024
1 parent a023f4d commit 5382c70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
tmp_for_test/
working/
build/
_wheels/
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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-*

Expand Down

0 comments on commit 5382c70

Please sign in to comment.