Skip to content

CI behavior #107

@chraibi

Description

@chraibi

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions