Open satra opened 9 years ago
Hey Satra,
No I don't mind at all. I just need to figure out how to do that.
Hey Alexis - there are instructions here: http://docs.travis-ci.com/user/deployment/pypi/
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.
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.
And for a real simplistic example, see here: https://github.com/uwescience/shablona/blob/master/.travis.yml#L3
@alexis-roche If it is not too much,I could do it.I have an account in PyPI.
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
@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