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

feat: cibuildwheels #186

Merged
merged 97 commits into from Oct 14, 2022
Merged

feat: cibuildwheels #186

merged 97 commits into from Oct 14, 2022

Conversation

OrangeSodahub
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Oct 12, 2022

Codecov Report

Merging #186 (f65dc22) into main (bb402ae) will not change coverage.
The diff coverage is n/a.

❗ Current head f65dc22 differs from pull request most recent head b572672. Consider uploading reports for the commit b572672 to get more accurate results

@@           Coverage Diff           @@
##             main     #186   +/-   ##
=======================================
  Coverage   81.65%   81.65%           
=======================================
  Files          20       20           
  Lines        1172     1172           
=======================================
  Hits          957      957           
  Misses        215      215           
Flag Coverage Δ
annlite 81.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@OrangeSodahub
Copy link
Contributor Author

OrangeSodahub commented Oct 12, 2022

The function that uses hatch to build extensions has been under development. See pypa/hatch#279. So give up hatch.

@OrangeSodahub OrangeSodahub changed the title feat: build hatch wheels feat: cibuildwheels Oct 12, 2022
.github/workflows/wheels.yml Outdated Show resolved Hide resolved
@numb3r3 numb3r3 marked this pull request as ready for review October 14, 2022 06:59
- name: Prepare enviroment
run: |
python -m pip install --upgrade pip
python -m pip install wheel
python -m pip install cibuildwheel
Copy link
Member

Choose a reason for hiding this comment

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

bump to latest version v2.10.2

pip install --pre docarray
pip install -e ".[test]"
- name: Build wheel
uses: pypa/cibuildwheel@2.6.0
Copy link
Member

Choose a reason for hiding this comment

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

same

@numb3r3 numb3r3 merged commit 3b78290 into main Oct 14, 2022
@numb3r3 numb3r3 deleted the feat-build-wheels branch October 14, 2022 07:00
@OrangeSodahub OrangeSodahub restored the feat-build-wheels branch October 14, 2022 08:53
@OrangeSodahub OrangeSodahub deleted the feat-build-wheels branch October 14, 2022 08: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.

None yet

2 participants