-
Notifications
You must be signed in to change notification settings - Fork 3
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
PyPI release cannot include parsl fork from github #137
Comments
This seems to be a fundamental problem with PEP440 and PyPI not accepting dependencies of this kind, see e.g.
For the time being, we'll switch to github releases (with attached binaries), so that installing the 0.3.1 version becomes
Let's try to fix it in a cleaner way later on. |
That's just for the server, right? Tasks & client can still be released to pypi? Suboptimal of course, but good that we have this backup installation procedure until there is an actual fix. |
Yes |
need to check if pre-built packages hosted as github releases are allowed |
Currently obsolete, as we do not depend on parsl (fork) any more. |
poetry publish
yieldsThe text was updated successfully, but these errors were encountered: