iancovert / sage

For calculating global feature importance using Shapley values.
MIT License
255 stars 34 forks source link

ci: update pre-commit hooks and test pypi upload🔧 #36

Open KarelZe opened 1 day ago

KarelZe commented 1 day ago

Aims to resolve the failing upload to test-pypi in #33. As documented here the error we see is likely due to a mismatch in the naming of the release artifacts: sage-importance-0.0.6.tar.gz as here vs sage_importance-0.0.6.tar.gz as here (note the underscore) which are rejected as different, despite the flag --skip-existing. The version bump should hopefully resolve the issue, as the names are now identical again.

This PR:

@iancovert Would you please review?