-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy to pypi #1
Comments
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.
|
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
|
@alexis-roche - since you are the primary maintainer, would you mind adding pypi deployment similar to the one below with nipype?
nipy/nipype#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
The text was updated successfully, but these errors were encountered: