fix issue 436#47
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
@mszhanyi this PR removes some functionality we rely on, that ensures we get the correct version. Is that functionality difficult to support on Windows? What are the issues you faced? Regarding the failing CI, that seems to be an issue with the project settings. I'll check that now. |
@jph00 , Do you mean the change in conda_output_path? |
|
Just a reminder, please don't forget to add --pure_pytorch false when you verify it with nbdev on Windows. |
|
What I'm referring to is removing Would you be able to put that back and ensure it works as before? To upload all the packages, you could either just loop thru them, or add some kind of wildcard param or similar to |
|
@jph00 is there more comments? |
|
@mszhanyi I'm still thinking about it... |


Fix AnswerDotAI/nbdev#436
Depends on AnswerDotAI/fastcore#305
nbdev isn't a pure python package because it generates many cli command.
So, in meta.yml, we shouldn't use noarch:python but win-64:python.
After testing, script in build section should be
python setup.py install --single-version-externally-managed --record=record.txt.(ref: conda/conda-build#3200 (comment))
For windows, we need to create 3 conda package (python3,6, 3,7, 3.8), so I added conda_build_config.yaml and update anaconda_update to support batch uploading.
It changes fastrelease a lot, If there's better methods please let me know.
@jph00 @hamelsmu
The tests failed because there's no token. I think the token should be set by CI. Am I right?
I think I have no permission to upload nbdev package in Anaconda, so I only tested locally not test it in cloud.