-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Publish a downloadable windows installer? #1124
Comments
...which people? These people must not be GitHub users? (FWIW we've seen #1009, which reports an issue with @tseaver Do you have any experience building an MSI? @jgeewax Do you (or know anyone, maybe on the I Googled around for a bit and found |
@dhermes My experience is limited to supporting the folks who manage |
It seems someone is trying to solve this problem in a big way: https://packaging.python.org/en/latest/appveyor.html |
Seems we could have Appveyor only build on tags: http://www.appveyor.com/docs/branches @tseaver Do you know if it's easy to add a file (i.e. a Windows MSI) to an existing PyPI upload? Or maybe we should stop pushing new versions from Travis and just do it from Appveyor? |
@dhermes You can upload additional dists to an already-registered and uploaded release, even from different machines / accounts (as long as the uploading account has the E.g.: $ python setup.py register sdist upload
$ python setup.py bdist_whatever upload |
Working on this today |
@jgeewax and I just discussed. Since we don't have any native code, our wheels and MSI can be built on any platform, so we just need to add |
Update: Running
and
This seems to contradict a comment from the docs:
|
* update readme * keep entity sentiment in v1beta2 as well * update readme
Is this worthwhile? Lots of people want the MSI....
The text was updated successfully, but these errors were encountered: