Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Windows wheels don't get uploaded to rackspace #15

Closed
mpenkov opened this issue Sep 26, 2019 · 3 comments · Fixed by #16
Closed

Windows wheels don't get uploaded to rackspace #15

mpenkov opened this issue Sep 26, 2019 · 3 comments · Fixed by #16
Assignees
Labels

Comments

@mpenkov
Copy link
Collaborator

mpenkov commented Sep 26, 2019

If you look at this build, you'll see this at the end:

Wheelhouse successfully published at:
http://b153eb958f4da6029aca-3f9dff7fe564350f10153d8c7bfc5ab6.r54.cf2.rackcdn.com
made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecureRequestWarning,
Collecting artifacts...
Found artifact 'gensim\dist\gensim-3.8.1-cp27-cp27m-win32.whl' matching 'gensim\dist\*' path
Found artifact 'gensim\dist\gensim-3.8.1.win32-py2.7.exe' matching 'gensim\dist\*' path
Uploading artifacts...
[1/2] gensim\dist\gensim-3.8.1-cp27-cp27m-win32.whl (23,971,739 bytes)...100%
[2/2] gensim\dist\gensim-3.8.1.win32-py2.7.exe (24,158,297 bytes)...100%
Build success

So the wheel and windows installer .exe should have been uploaded to this URL. Unfortunately, if you go there, you won't see them there.

Only Windows wheels and installers are affected. Other platforms (Linux and MacOS) get uploaded fine.

@matthew-brett
Copy link
Contributor

Is it possible you're in the wrong directory for the upload? I think this is the last upload that worked:

https://ci.appveyor.com/project/piskvorky/gensim-wheels/builds/22028006/job/34ixjjsnfhiekj87

It looks to me as if, for that build, you have a cd ../gensim/dist step, but I can't see that step in your latest build...

@mpenkov
Copy link
Collaborator Author

mpenkov commented Sep 26, 2019

@matthew-brett Good catch! I'll look into that.

@mpenkov mpenkov self-assigned this Sep 26, 2019
@menshikh-iv
Copy link
Collaborator

Сhecked Mattew idea. Looks like that's was a real reason of the issue, see #16

@mpenkov please finalize #16, you know, what to do :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants