-
-
Notifications
You must be signed in to change notification settings - Fork 6
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 wheels for linux #18
Comments
i figured it out! curl https://sh.rustup.rs -sSf | sh |
doesnt work |
Hey, for the latest stable, i do have wheels published in the releases page. you'll find it with the pip install https://github.com/aswinnnn/pyscan/releases/download/v0.1.4/pyscan_rs-0.1.4-py3-none-manylinux_2_34_x86_64.whl I just tested it on my Debian and it installs fine. Let me know if it doesn't work. |
I use pypi in my ci, would it be possible to upload the wheels to the pypi release? |
There's no way to edit pypi releases to add wheels unfortunately, My PyPI CI fails horribly at manylinux builds, which is why I manually built it and uploaded it to releases instead. However, I have been working on and off on a new version of pyscan (#17), I could upload a beta version with the manylinux wheels included. Would you be into that? There might be unforeseen bugs which you might have to report, if you're cool with it. |
I've done it many times |
I can't seem to find such an option, I'll look more into it. |
so what i've done is run |
thank you! the wheel is included now. Let me know if you have any issues. |
Is your feature request related to a problem? Please describe.
currently there are only wheels for windows and macos, so it fails to build when i attempt to run it in my CI which uses ubuntu
Describe the solution you'd like
publish wheels for linux
Describe alternatives you've considered
figuring out why it fails to build. i would rather not have to figure out how to install the rust compiler in my CI, as our dockerfile is already very bloated and debugging build issues in CI is extremely painful
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: