-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I don't know if this is intentional, but the CI tries publishing to TestPyPI on every push!
Maybe you want to be more conservative and only publish on tags:
on:
push:
tags:
- '*'
Meanwhile, the test don't run on PRs! Not sure either if this is intentional behavior.
But I guess it is not wrong to just run the tests whenever a PR is open.
on:
workflow_dispatch: {}
push:
pull_request:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels