RadioAstronomySoftwareGroup / pyradiosky

Python objects and interfaces for representing diffuse, extended and compact astrophysical radio sources
https://pyradiosky.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
14 stars 5 forks source link

Convert to using pyproject.toml as much as possible. #248

Closed bhazelton closed 5 months ago

bhazelton commented 5 months ago

Description

Convert to using pyproject.toml as much as possible. This is both to follow current best practices and also to try to fix recent setuptools_scm issues.

Also fixed two things in the actions yaml that seem to have fixed the MacOS builds:

Motivation and Context

Checklists:

Build/CI Change Checklist:

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (021b9bc) to head (c791155). Report is 33 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #248 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 5 5 Lines 2134 2131 -3 Branches 608 608 ========================================= - Hits 2134 2131 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mkolopanis commented 5 months ago

we may want to set SETUPTOOLS_SCM_DEBUG=1 when performing the install for a macos build to see if there is any interesting output