-
Notifications
You must be signed in to change notification settings - Fork 24
feat: Add PyPI support #116
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
Merged
Pavel Zwerschke (pavelzw)
merged 22 commits into
Quantco:main
from
e8035669:pypi_support
Apr 4, 2025
Merged
Changes from 11 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
abd0fa1
add experimental pypi support
e8035669 ba65eba
Merge branch 'main' into pypi_support
e8035669 4ff8d8e
[fix] downgrade indexmap from 2.8.0 to 2.7.1, priority-queue from 2.2…
e8035669 ef692fa
update to rust 1.83.0
e8035669 f2b8c83
output message minor fix
e8035669 9446bf7
apply suggestions from cargo-fmt and cargo-clippy
e8035669 01fd1e0
make `--experimental-pypi-support` conflict with `--ignore-pypi-errors`
e8035669 a31df5c
[WIP] add test to check pypi-support is work, add sdists test
e8035669 cc98d5a
[WIP] fix tests in windows
e8035669 d073dbd
[feat] add reproducible test
e8035669 545e1ea
try reduce test parallel
e8035669 fcadc4c
Merge branch 'main' into pypi_support
e8035669 c18f239
[feat] use flat index instead of simple index, replace dependency to…
e8035669 b755a51
[feat] revert to use tokio-tar
e8035669 29120e4
[fix] improve error message when project contains a package without w…
e8035669 7974bc2
Merge branch 'main' into pypi_support
e8035669 c868e2e
[fix] disable test parallel when ci testing
e8035669 b3897b6
Merge branch 'main' into pypi_support
e8035669 2d27fe8
[WIP] apply some minor suggestions
e8035669 4733c20
feat: remove experimental flag, merge pypi tests with exist tests, ad…
e8035669 005fa99
review
pavelzw 903f33b
bump package version, add to readme
pavelzw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 edited CI script to reduce parallel test, or it would make too many requests to download packages at the same time.