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.gzas here vs sage_importance-0.0.6.tar.gzas 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:
updates pre-commit hooks to the latest version and applies the formatting
updates hook for fixing BOMs
set version to 0.0.7. This won't create a release, but fix the failing upload to test.pypi. Release on pypi will be updated, once a new GH release is created
removes the double vv e.g., vv0.0.6 in the GH release page
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 vssage_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:
vv
e.g.,vv0.0.6
in the GH release page@iancovert Would you please review?