-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
chore: fix requirements files and update packages #389
Conversation
✅ Deploy Preview for robyn canceled.
|
ffa419c
to
54fc44e
Compare
@@ -28,7 +28,7 @@ jobs: | |||
run: rustup target add aarch64-apple-darwin | |||
- name: Setup Rust part of the project | |||
run: | | |||
maturin build -i python --universal2 --out dist --no-sdist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we want to upload the sdist
files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the wheels suffice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is because of the new version of maturin, the no-sdist
flag disappeared in v0.13.
See https://www.maturin.rs/migration.html#from-012-to-013:
maturin 0.13 replaced --no-sdist with the new --sdist option in maturin build command, source distributions are now only built when --sdist is specified.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, perfect then 😄 Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
Thank you! :D
Description
Some requirements were not in the right requirements file. Also I updated the packages.