-
Notifications
You must be signed in to change notification settings - Fork 0
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
B1.0 pre5 #63
Conversation
@Athanaseus: looking at this build https://travis-ci.org/ratt-ru/radiopadre/jobs/656319201?utm_source=github_status ...it's still trying to build a wheel and failing with jupyter not found. |
I'll look into this in-depth, I'm suspecting that the customized |
Add pyproject toml file, to pre install jupter
Approved. @o-smirnov should I proceed and remove the wheel distribution? I figured out a way to build then successfully or get rid of them completely. |
Only deploy source dist
Remove `jupyter` as a build dep
OK cool, so as discussed let's just disable the wheels (travis is currently failing on that), and push the pre5 release. |
Remove toml, no need for build deps
This is ready for shipping. No wheels firing. A custom class is now defined. It throws only a warning instead of an error that no ( @o-smirnov is this issue (kernsuite/packaging#176) still barrier? Also this jupyter/notebook#4303 seems like it's resolved. |
All those issues seem to have resolved (which is why the hard version requirement has been commented out). I'm going to push the release button on this. |
@Athanaseus now that it's merged, I'm getting a travis failure but a weird one, "PyPI upload failed." |
See here: https://travis-ci.org/ratt-ru/radiopadre/jobs/657656565 Any idea what's going on? |
Might need an upgrade of setuptools? |
Ah I added the README as part of the package long description so that it gets rendered on PYPI. My bad the error above is due to PYPI not supporting |
Should fix #61