-
Notifications
You must be signed in to change notification settings - Fork 12
[nlpo3-python]: Prepare for 1.4.0 release: Fix artifact publishing to PyPI, update GitHub Actions, add type stubs, and multi-implementation Python support #93
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
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
2c27913
Initial plan
Copilot 760d9cd
Fix critical artifact upload/download mismatch and update all GitHub …
Copilot 8f132ac
Add explicit PyPy support to wheel builds
Copilot 591a0c6
Restore correct GitHub Actions versions (v6 for actions/checkout, act…
Copilot 733c20d
[cd build] Revise build wheel workflow
bact a34bab2
Update build-python-wheels.yml
bact 8188ec6
Add CIBW_ENABLE: "pypy" to fix PyPy build error in cibuildwheel v3.3+
Copilot 908a804
[cd build] revise readme
bact 0ef0d8e
[cd build] Build i686 linux
bact 1aa0279
Update wheel table
bact 0b00c5f
Fix 32-bit Windows test support and README dictionary name inconsistency
Copilot 532b717
Remove unnecessary ${{ }} wrappers in if conditions
Copilot b45ef3c
Add type stub file for Rust extension and Typing::Typed classifier
Copilot 5a6a32b
Add metadata
bact bf875f2
[cd build] Add GraalPy builds
bact 412c14e
[cd build] Skip GraalPy build on windows
bact 433bc23
[cd build] Add pypy-eol
bact 5d3cb2c
[cd build] Remove pypy-eol build
bact 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
Some comments aren't visible on the classic Files Changed page.
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,13 @@ | ||
| include LICENSE README.md pyproject.toml Cargo.toml | ||
| recursive-include src * | ||
|
|
||
| # Ensure the Python package files are included in the sdist | ||
| graft nlpo3 | ||
|
|
||
| # Include PEP 561 marker and type stubs for compiled extension | ||
| include nlpo3/py.typed | ||
| recursive-include nlpo3 *.pyi | ||
|
|
||
| # Exclude test notebooks and tests from the sdist to keep it small | ||
| prune tests | ||
| prune notebooks |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.