Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: removes ci run on push to master
this moves the ci run when there is a pull request on the master branch, if this succeeds then it should be good to merge changes into master the publish action runs test before we push to pypi note that pypi has a restriction where a filename cannot be used https://pypi.org/help/#file-name-reuse once it has been published, this means we will have a few rouge alpha file releases to test the auto publish for most use cases we should ignore the alpha releases as they will be massive on the bleeding edge refs #16
- Loading branch information