UBC-MDS / quanteda

Perform exploratory data analysis (EDA) on quantitative financial data.
https://quanteda.readthedocs.io/en/latest/
MIT License
1 stars 1 forks source link

Setup GitHub actions workflow for continuous deployment #58

Closed meretelutz closed 9 months ago

meretelutz commented 9 months ago

For Python packages, setup GitHub Action workflows so that the package is built and published to PyPI when pull requests are accepted to the main branch. The workflow should also use semantic versioning to automatically version the published releases. For Python we recommend using the ci-cd.yml file from the py-pkgs-cookiecutter repository.

JohnShiuMK commented 9 months ago

Re-opened the issue because I found CD failed after merging to main I suspect it's due to the Github PAT, am trying to fix now