Closed jadchaar closed 1 year ago
All modified lines are covered by tests :white_check_mark:
Comparison is base (
3a6cd95
) 100.00% compared to head (ddf9196
) 100.00%. Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Pull Request Checklist
Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:
tox
ormake test
to find out!).tox -e lint
ormake lint
to find out!).master
branch.If you have any questions about your code changes or any of the points above, please submit your questions along with the pull request and we will try our best to help!
Description of Changes
Python standards are moving away from
setup.py
topyproject.toml
. This change is also required to adoptflit
for building and uploading the module distribution to PyPI.I also added a new GitHub actions workflow for releasing to PyPI automatically on tag pushes.