You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for #138
We want to avoid that each item in the test matrix triggers a deployment
to pypi. This limits the deploy job to when the python version is 3.7,
hence it should only run once.
The test matrix is trying to deploy to pypi for every version we have.
pypi legitimately errors because we try to upload multiple time the same file.
We should find a way to tell travis to only push to pypi once.
The text was updated successfully, but these errors were encountered: