Skip to content
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

Build PyPy wheels #612

Merged
merged 2 commits into from
Mar 16, 2024
Merged

Build PyPy wheels #612

merged 2 commits into from
Mar 16, 2024

Conversation

edgarrmondragon
Copy link
Contributor

@edgarrmondragon edgarrmondragon commented Mar 16, 2024

PR Checklist

  • A description of the changes is added to the description of this PR.
  • If there is a related issue, make sure it is linked to this PR.
  • If you've fixed a bug or added code that should be tested, add tests!
  • Documentation in docs is updated

Description of changes

  • Added PyPy as a build target for macOS, Linux and Windows
  • Wheels are listed before publishing them to PyPI
.
├── pyproject-toml
│   └── pyproject.toml
├── wheels-linux-aarch64-3.11
│   └── deptry-0.0.1-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
├── wheels-linux-aarch64-pypy3.10
│   └── deptry-0.0.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
├── wheels-linux-x86_64-3.11
│   └── deptry-0.0.1-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
├── wheels-linux-x86_64-pypy3.10
│   └── deptry-0.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
├── wheels-macos-aarch64-3.11
│   └── deptry-0.0.1-cp38-abi3-macosx_11_0_arm64.whl
├── wheels-macos-x86_64-3.11
│   └── deptry-0.0.1-cp38-abi3-macosx_10_12_x86_64.whl
├── wheels-macos-x86_64-pypy3.10
│   └── deptry-0.0.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
├── wheels-sdist
│   └── deptry-0.0.1.tar.gz
├── wheels-windows-x64-3.11
│   └── deptry-0.0.1-cp38-abi3-win_amd64.whl
└── wheels-windows-x64-pypy3.10
    └── deptry-0.0.1-pp310-pypy310_pp73-win_amd64.whl

Closes #613

Copy link

codecov bot commented Mar 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.7%. Comparing base (d8790e1) to head (2156360).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #612   +/-   ##
=====================================
  Coverage   90.7%   90.7%           
=====================================
  Files         38      38           
  Lines       1086    1086           
  Branches     224     224           
=====================================
  Hits         986     986           
  Misses        85      85           
  Partials      15      15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mkniewallner
Copy link
Collaborator

Thanks, checked the PR in your fork, this looks good to me. Happy to merge this once temporary changes you did to showcase your work are made 🙂

@edgarrmondragon edgarrmondragon marked this pull request as ready for review March 16, 2024 20:46
Copy link
Collaborator

@mkniewallner mkniewallner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!

@mkniewallner mkniewallner merged commit 370e471 into fpgmaas:main Mar 16, 2024
29 checks passed
@edgarrmondragon edgarrmondragon deleted the pypy-wheels branch March 18, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish PyPy wheels
2 participants