Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only try to upload if version number changed
This is a partial fix for #20 which will avoid trying to upload the file to PyPI when version number hasn't changed in setup.py This means we can allow other tests to proceed and get a green tick in PRs without having to constantly bump version number. This will uploads build artifacts so the build is still available for testing, just not from PyPI
- Loading branch information