TeamGraphix / graphix

measurement-based quantum computing (MBQC) compiler and simulator
https://graphix.readthedocs.io
Apache License 2.0
55 stars 20 forks source link

Update packaging system #139

Closed EarlMilktea closed 1 month ago

EarlMilktea commented 1 month ago

Closes #138 .

shinich1 commented 1 month ago

@EarlMilktea thanks! I will set up auto publish to pypi by setting up GitHub actions and configuring on pypi .

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 71.84%. Comparing base (0cf601a) to head (7648056).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #139 +/- ## ========================================== + Coverage 71.78% 71.84% +0.06% ========================================== Files 31 30 -1 Lines 5355 5353 -2 ========================================== + Hits 3844 3846 +2 + Misses 1511 1507 -4 ```

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

EarlMilktea commented 1 month ago

Memo: https://github.com/pypa/cibuildwheel

EarlMilktea commented 1 month ago

Let me work on cibuildwheel and package-related issues next (ex. requirements.txt not tracking pyproject.toml updates correctly).