stanfordmlgroup / ngboost

Natural Gradient Boosting for Probabilistic Prediction
Apache License 2.0
1.62k stars 214 forks source link

Makefile updates #348

Closed ryan-wolbeck closed 4 months ago

ryan-wolbeck commented 4 months ago

This PR is intended to make the PYPI publishing easier by setting the api token in a .env file. Also updates clean to just remove old dist files after publishing a release so later versions are not re-uploaded.

example .env PYPI_TOKEN=your_token