nipy / nireg

Brain image registration package
BSD 3-Clause "New" or "Revised" License
29 stars 12 forks source link

deploy to pypi #1

Open satra opened 8 years ago

satra commented 8 years ago

@alexis-roche - since you are the primary maintainer, would you mind adding pypi deployment similar to the one below with nipype?

https://github.com/nipy/nipype/pull/1166

that way you can push a release to pypi simply by tagging on github. this would make it easier for people to simply do: pip install nireg

alexis-roche commented 8 years ago

Hey Satra,

No I don't mind at all. I just need to figure out how to do that.

arokem commented 8 years ago

Hey Alexis - there are instructions here: http://docs.travis-ci.com/user/deployment/pypi/

matthew-brett commented 8 years ago

I must say I don't use those instructions, because I usually need a few goes to get the released tarball into the shape I want it. So I do local builds of the release files and then upload using distutils or twine.

Alexis, I'm happy to help with the release, if you want to do one.

alexis-roche commented 8 years ago

Yes, I've seen it. It's underway. Thanks. Le 2 sept. 2015 16:41, "Ariel Rokem" notifications@github.com a écrit :

Hey Alexis - there are instructions here: http://docs.travis-ci.com/user/deployment/pypi/

— Reply to this email directly or view it on GitHub https://github.com/nipy/nireg/issues/1#issuecomment-137107225.

arokem commented 8 years ago

And for a real simplistic example, see here: https://github.com/uwescience/shablona/blob/master/.travis.yml#L3

souravsingh commented 8 years ago

@alexis-roche If it is not too much,I could do it.I have an account in PyPI.

KingAlawaka commented 6 years ago

when I execute pip install nireg im getting that is not available

Collecting nireg Could not find a version that satisfies the requirement nireg (from versions: ) No matching distribution found for nireg