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: Build wheels using cibuildwheel prior to releasing to PyPI #70

Merged
merged 63 commits into from
Jan 21, 2024

Conversation

Liam-Deacon
Copy link
Owner

@Liam-Deacon Liam-Deacon commented Jan 19, 2024

Applies building for:

  • Linux legacy 2.7 + 3.5 x86_64 & i686 python
  • Mac OS X 3.9-3.11 arm64 & x86_64
  • Linux 3.6-3.11 x86_64
  • Windows 3.6-3.11 win32 + amd64
  • Source dist

NOTE: Excludes Python 3.8 due to #67

@github-actions github-actions bot added enhancement New feature or request labels Jan 19, 2024
@Liam-Deacon Liam-Deacon force-pushed the ci/improve-pypi-workflow branch from 06a7b98 to 3cc7a16 Compare January 19, 2024 01:14
@Liam-Deacon Liam-Deacon force-pushed the ci/improve-pypi-workflow branch from 9122cca to 56cb1bc Compare January 19, 2024 01:46
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.27% (target: -1.00%) 26.19%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (28cc46c) 3598 18 0.50%
Head commit (23b494f) 3612 (+14) 28 (+10) 0.78% (+0.27%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#70) 42 11 26.19%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

Copy link

codacy-production bot commented Jan 21, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.27% (target: -1.00%) 24.44%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (28cc46c) 3598 18 0.50%
Head commit (72180e4) 3615 (+17) 28 (+10) 0.77% (+0.27%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#70) 45 11 24.44%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

Copy link

codecov bot commented Jan 21, 2024

Codecov Report

Attention: 34 lines in your changes are missing coverage. Please review.

Comparison is base (28cc46c) 0.50% compared to head (72180e4) 0.77%.

Files Patch % Lines
phaseshifts/phsh.py 0.00% 20 Missing ⚠️
phaseshifts/atorb.py 0.00% 10 Missing ⚠️
phaseshifts/elements.py 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           master     #70      +/-   ##
=========================================
+ Coverage    0.50%   0.77%   +0.27%     
=========================================
  Files          13      14       +1     
  Lines        3598    3615      +17     
=========================================
+ Hits           18      28      +10     
- Misses       3580    3587       +7     

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

@Liam-Deacon Liam-Deacon merged commit ee538e8 into master Jan 21, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci enhancement New feature or request feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish package to PyPI as part of CI/CD workflow
1 participant